summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkullheadx <andrew.montgomery@warpengine.ai>2026-06-29 14:40:59 -0400
committerSkullheadx <andrew.montgomery@warpengine.ai>2026-06-29 14:40:59 -0400
commitcfa14753fd6e4ec2a28778eed460ddd5926bdbe1 (patch)
treec2b85e115810beb2147e1a932ae06530bccc68b0
parentDRY for username (diff)
downloadnixos-cfa14753fd6e4ec2a28778eed460ddd5926bdbe1.tar.gz
nixos-cfa14753fd6e4ec2a28778eed460ddd5926bdbe1.tar.bz2
nixos-cfa14753fd6e4ec2a28778eed460ddd5926bdbe1.zip
switch to name - system pattern
Diffstat (limited to '')
-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