diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-08 19:58:22 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-09 10:57:29 +0530 |
commit | b3a714f295aa620c95a89688fad6d69835b2f100 (patch) | |
tree | 5b1282919b6ea49eb560d68e4134b650153c7608 /hosts/kay/configuration.nix | |
parent | e1c8bb6ff741a281e9f3e8ad6681b151f6579b7a (diff) |
hosts/cez: init modules/network
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 11b99d9..99d52bc 100644 --- a/hosts/kay/configuration.nix +++ b/hosts/kay/configuration.nix @@ -3,6 +3,7 @@ { imports = [ ./hardware-configuration.nix + ./modules/network.nix ../../common.nix ]; |