diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/IDOHVE/configuration.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/hosts/IDOHVE/configuration.nix b/hosts/IDOHVE/configuration.nix index a3cf2b2c..e9ddc69d 100644 --- a/hosts/IDOHVE/configuration.nix +++ b/hosts/IDOHVE/configuration.nix @@ -7,15 +7,12 @@ ... }: { imports = [ - ./hardware.nix - ./gpu.nix + ./hardware/hardware.nix ./networking.nix - ../../system/packages.nix - ../../system/users.nix + ../../system/system.nix - ../../services/nix.nix - ../../services/zsh.nix + ../../services/services.nix ]; |