summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'systems/atlas')
-rw-r--r--systems/atlas/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 7145297..c0e8272 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -32,5 +32,7 @@
hostName = "atlas";
};
+ nixpkgs.hostPlatform = "aarch64-linux";
+
system.stateVersion = "23.05";
}