diff options
Diffstat (limited to 'hosts/c-pc/configuration.nix')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index fd25a36..6b290c1 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -2,8 +2,8 @@ { imports = [ - ./hardware-configuration.nix - ./networking.nix + ./hardware.nix + ./network.nix ../../core ../../roles ]; |