diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 14:40:59 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 14:40:59 -0400 |
| commit | cfa14753fd6e4ec2a28778eed460ddd5926bdbe1 (patch) | |
| tree | c2b85e115810beb2147e1a932ae06530bccc68b0 /flake.nix | |
| parent | DRY for username (diff) | |
| download | nixos-cfa14753fd6e4ec2a28778eed460ddd5926bdbe1.tar.gz nixos-cfa14753fd6e4ec2a28778eed460ddd5926bdbe1.tar.bz2 nixos-cfa14753fd6e4ec2a28778eed460ddd5926bdbe1.zip | |
switch to name - system pattern
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
