diff options
Diffstat (limited to 'modules/apache/local.nix')
-rw-r--r-- | modules/apache/local.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/apache/local.nix b/modules/apache/local.nix new file mode 100644 index 0000000..3648fe1 --- /dev/null +++ b/modules/apache/local.nix @@ -0,0 +1,5 @@ +{ config, ... }: + +{ + hostName = config.networking.hostName; +} |