diff options
Diffstat (limited to 'hosts/fscusat/configuration.nix')
-rw-r--r-- | hosts/fscusat/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/fscusat/configuration.nix b/hosts/fscusat/configuration.nix index 456cd89..faa0b69 100644 --- a/hosts/fscusat/configuration.nix +++ b/hosts/fscusat/configuration.nix @@ -4,6 +4,7 @@ imports = [ ./hardware-configuration.nix ./modules/network.nix + ./modules/www.nix ../../common.nix ]; |