diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-15 07:31:02 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-15 07:31:02 +0530 |
commit | c2915950ae09921d228c4f4d828ba60f7748abcb (patch) | |
tree | 6d28651ecf0ba059ff0b05737a0cf4f37e0ebb6b /hosts/fscusat/configuration.nix | |
parent | 3d1057bab5e09499af8786fa81135e0949c10fc7 (diff) |
fscusat/www/foss: init
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 ]; |