diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-05 20:12:56 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-05 20:12:56 -0700 |
| commit | f3657271d6ea2408d812d32eea9862b61e49f5d8 (patch) | |
| tree | c6ea56f0616174024c7293ce032b7adacf7ea884 /hosts/common/system/default.nix | |
| parent | refactor security to a module (diff) | |
| download | infra-f3657271d6ea2408d812d32eea9862b61e49f5d8.tar.gz | |
refactor network configuration
Diffstat (limited to 'hosts/common/system/default.nix')
| -rw-r--r-- | hosts/common/system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix index 9b2a7e4..8ccb80f 100644 --- a/hosts/common/system/default.nix +++ b/hosts/common/system/default.nix @@ -1,5 +1,5 @@ { pkgs, ... }: { - imports = [ ./boot.nix ./hardware.nix ./network.nix ]; + imports = [ ./boot.nix ./hardware.nix ]; } |
