diff options
| -rw-r--r-- | hosts/c-pc/configuration.nix | 4 | ||||
| -rw-r--r-- | hosts/c-pc/hardware.nix (renamed from hosts/c-pc/hardware-configuration.nix) | 0 | ||||
| -rw-r--r-- | hosts/c-pc/network.nix (renamed from hosts/c-pc/networking.nix) | 0 | ||||
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/copenhagen/hardware.nix (renamed from hosts/copenhagen/hardware-configuration.nix) | 0 |
5 files changed, 3 insertions, 3 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 ]; diff --git a/hosts/c-pc/hardware-configuration.nix b/hosts/c-pc/hardware.nix index 020dab5..020dab5 100644 --- a/hosts/c-pc/hardware-configuration.nix +++ b/hosts/c-pc/hardware.nix diff --git a/hosts/c-pc/networking.nix b/hosts/c-pc/network.nix index da8e074..da8e074 100644 --- a/hosts/c-pc/networking.nix +++ b/hosts/c-pc/network.nix diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 2b36664..f89d04b 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -2,7 +2,7 @@ { imports = [ - ./hardware-configuration.nix + ./hardware.nix ../../core ../../roles ]; diff --git a/hosts/copenhagen/hardware-configuration.nix b/hosts/copenhagen/hardware.nix index 061700b..061700b 100644 --- a/hosts/copenhagen/hardware-configuration.nix +++ b/hosts/copenhagen/hardware.nix |