aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc
diff options
context:
space:
mode:
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