aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index f7f9a66..c997694 100644
--- a/flake.nix
+++ b/flake.nix
@@ -293,8 +293,8 @@
root.openssh.authorizedKeys.keys = [ (builtins.readFile ./hosts/common/users/nipsy/keys/id_arrakis.pub) ];
};
})
+ { nixpkgs.hostPlatform = "x86_64-linux"; }
];
- system = "x86_64-linux";
};
kaitain = nixpkgs.lib.nixosSystem rec {
@@ -350,8 +350,8 @@
root.openssh.authorizedKeys.keys = [ (builtins.readFile ./hosts/common/users/nipsy/keys/id_arrakis.pub) ];
};
})
+ { nixpkgs.hostPlatform = "x86_64-linux"; }
];
- system = "x86_64-linux";
};
richese = nixpkgs.lib.nixosSystem rec {