From cfa14753fd6e4ec2a28778eed460ddd5926bdbe1 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 14:40:59 -0400 Subject: switch to name - system pattern --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'flake.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 -- cgit v1.3.1