diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 13:21:44 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 13:21:44 -0700 |
| commit | 580374922b8d8c0be596432df6933bcb49d9a516 (patch) | |
| tree | a4dda10eca648cfa5d30c8c79ca9f3c67249a468 /hosts/copenhagen | |
| parent | e4ce37362d381efc38c0a6e1eea44056f6af5ba7 (diff) | |
Rename host config files
Diffstat (limited to 'hosts/copenhagen')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/copenhagen/hardware.nix (renamed from hosts/copenhagen/hardware-configuration.nix) | 0 |
2 files changed, 1 insertions, 1 deletions
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 |