diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-09 11:45:52 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-11 13:44:14 +0530 |
commit | 146026f7bd704aa80e09fedac08e47754f9ac2f4 (patch) | |
tree | d0bf90d69eae592cab13b07befde180a463144be /hosts/kay/configuration.nix | |
parent | e72c86c26271ba88e8b5ea1db9baf1fdd2501945 (diff) |
hosts/kay/modules/www: init
Diffstat (limited to 'hosts/kay/configuration.nix')
-rw-r--r-- | hosts/kay/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix index 99d52bc..5085a42 100644 --- a/hosts/kay/configuration.nix +++ b/hosts/kay/configuration.nix @@ -4,6 +4,7 @@ imports = [ ./hardware-configuration.nix ./modules/network.nix + ./modules/www.nix ../../common.nix ]; |