diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:40:22 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:40:22 -0800 |
| commit | cdff2240afc17e586ac9307910880e5bc554a123 (patch) | |
| tree | cf5b3105427e00fcfcad6387b65f255995332c6b /hosts/commons/default.nix | |
| parent | home-manager: start to organize user configuration (diff) | |
| download | infra-cdff2240afc17e586ac9307910880e5bc554a123.tar.gz | |
hosts: centralize network configuration
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 = '' |
