aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-25 13:21:44 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-25 13:21:44 -0700
commit580374922b8d8c0be596432df6933bcb49d9a516 (patch)
treea4dda10eca648cfa5d30c8c79ca9f3c67249a468 /hosts/c-pc
parente4ce37362d381efc38c0a6e1eea44056f6af5ba7 (diff)
Rename host config files
Diffstat (limited to 'hosts/c-pc')
-rw-r--r--hosts/c-pc/configuration.nix4
-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
3 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
];
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