From d8a27362fcd1d326d8d8a13dfde6be78cbda99d8 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sat, 13 Apr 2024 18:50:51 +0200 Subject: [PATCH] a --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 472b1ef..5c75c8c 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,7 @@ # Available through 'nixos-rebuild build --flake .#phoenix' nixosConfigurations = { phoenix = unstable.lib.nixosSystem { + system = "x86_64-linux"; specialArgs = {inherit inputs outputs;}; modules = [ ./hosts/phoenix/configuration.nix @@ -59,6 +60,7 @@ }; pc = unstable.lib.nixosSystem { + system = "x86_64-linux"; specialArgs = {inherit inputs outputs;}; modules = [ ./hosts/pc/configuration.nix @@ -66,6 +68,7 @@ }; stuff = stable.lib.nixosSystem { + system = "x86_64-linux"; specialArgs = {inherit inputs outputs;}; modules = [ ./hosts/stuff/configuration.nix @@ -73,6 +76,7 @@ }; enry = stable.lib.nixosSystem { + system = "aarch64-linux"; specialArgs = {inherit inputs outputs;}; modules = [ ./hosts/enry/configuration.nix