summaryrefslogtreecommitdiff
path: root/machines/xnet/default.nix
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-03-20 13:02:42 -0400
committerKleidi Bujari <mail@4kb.net>2025-03-20 13:02:42 -0400
commitb1738c105de3bc0ba7cd27f68c9eb146439a0964 (patch)
tree109de31a9c12edb56014cda723fd4cd8187ae5b5 /machines/xnet/default.nix
parented979a450a37fd9761c1ba8393e4ee9dd243b81d (diff)
downloaddepot-b1738c105de3bc0ba7cd27f68c9eb146439a0964.tar.gz
depot-b1738c105de3bc0ba7cd27f68c9eb146439a0964.tar.bz2
depot-b1738c105de3bc0ba7cd27f68c9eb146439a0964.zip
march sprint
Diffstat (limited to 'machines/xnet/default.nix')
-rw-r--r--machines/xnet/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/xnet/default.nix b/machines/xnet/default.nix
index 455be0b..9d224cf 100644
--- a/machines/xnet/default.nix
+++ b/machines/xnet/default.nix
@@ -42,6 +42,8 @@ in
i18n.defaultLocale = mkDefault "en_US.UTF-8";
time.timeZone = mkDefault "America/Toronto";
+ boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
+
nix = {
settings = {
auto-optimise-store = true;