diff options
author | ene <ene@sils.li> | 2023-02-05 13:00:04 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-05 13:00:04 +0100 |
commit | 47a69f76ec6241ac7c933dfba49455b3d364a6eb (patch) | |
tree | 09215dcf8a01980090c08ed9ad86171d52f800a7 /hosts | |
parent | Fix: This fixes the booting process somehow? (diff) | |
download | nixos-config-47a69f76ec6241ac7c933dfba49455b3d364a6eb.tar.gz nixos-config-47a69f76ec6241ac7c933dfba49455b3d364a6eb.zip |
Feat: Switch to Default.nix files
This make the imported path somewhat shorter.
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/Apzu/configuration.nix | 6 | ||||
-rw-r--r-- | hosts/Apzu/hardware/default.nix (renamed from hosts/Apzu/hardware/hardware.nix) | 0 | ||||
-rw-r--r-- | hosts/Tiamat/configuration.nix | 6 | ||||
-rw-r--r-- | hosts/Tiamat/hardware/default.nix (renamed from hosts/Tiamat/hardware/hardware.nix) | 0 |
4 files changed, 6 insertions, 6 deletions
diff --git a/hosts/Apzu/configuration.nix b/hosts/Apzu/configuration.nix index e42cb05f..8e78949b 100644 --- a/hosts/Apzu/configuration.nix +++ b/hosts/Apzu/configuration.nix @@ -7,12 +7,12 @@ ... }: { imports = [ - ./hardware/hardware.nix + ./hardware ./networking.nix - ../../system/system.nix + ../../system - ../../services/services.nix + ../../services ]; system.stateVersion = "23.05"; diff --git a/hosts/Apzu/hardware/hardware.nix b/hosts/Apzu/hardware/default.nix index c36b7062..c36b7062 100644 --- a/hosts/Apzu/hardware/hardware.nix +++ b/hosts/Apzu/hardware/default.nix diff --git a/hosts/Tiamat/configuration.nix b/hosts/Tiamat/configuration.nix index e42cb05f..8e78949b 100644 --- a/hosts/Tiamat/configuration.nix +++ b/hosts/Tiamat/configuration.nix @@ -7,12 +7,12 @@ ... }: { imports = [ - ./hardware/hardware.nix + ./hardware ./networking.nix - ../../system/system.nix + ../../system - ../../services/services.nix + ../../services ]; system.stateVersion = "23.05"; diff --git a/hosts/Tiamat/hardware/hardware.nix b/hosts/Tiamat/hardware/default.nix index c36b7062..c36b7062 100644 --- a/hosts/Tiamat/hardware/hardware.nix +++ b/hosts/Tiamat/hardware/default.nix |