summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common-darwin.nix (renamed from darwin-common.nix)0
-rw-r--r--common-linux.nix (renamed from linux-common.nix)0
-rw-r--r--flake.nix8
3 files changed, 4 insertions, 4 deletions
diff --git a/darwin-common.nix b/common-darwin.nix
index 82b4c85..82b4c85 100644
--- a/darwin-common.nix
+++ b/common-darwin.nix
diff --git a/linux-common.nix b/common-linux.nix
index 8dae24d..8dae24d 100644
--- a/linux-common.nix
+++ b/common-linux.nix
diff --git a/flake.nix b/flake.nix
index 401f2ee..cf4607e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -79,7 +79,7 @@
};
modules = [
hjem.nixosModules.default
- ./linux-common.nix
+ ./common-linux.nix
./hosts/nepsis/configuration.nix
./overlays.nix
];
@@ -91,7 +91,7 @@
};
modules = [
hjem.nixosModules.default
- ./linux-common.nix
+ ./common-linux.nix
./hosts/icon/configuration.nix
./overlays.nix
];
@@ -106,7 +106,7 @@
username = "andrew";
};
modules = [
- ./darwin-common.nix
+ ./common-darwin.nix
./hosts/kenosis/configuration.nix
./overlays.nix
hjem.darwinModules.default
@@ -119,7 +119,7 @@
username = "andrewmontgomery";
};
modules = [
- ./darwin-common.nix
+ ./common-darwin.nix
./hosts/bear/configuration.nix
./overlays.nix
hjem.darwinModules.default