diff options
Diffstat (limited to 'hosts/commons/default.nix')
| -rw-r--r-- | hosts/commons/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/commons/default.nix b/hosts/commons/default.nix index d49247a..d7773d4 100644 --- a/hosts/commons/default.nix +++ b/hosts/commons/default.nix @@ -1,6 +1,9 @@ { config, pkgs, system, inputs, ... }: { + imports = [ + ./network.nix + ] environment = { # Activate home-manager environment, if not already enabled loginShellInit = '' |
