From 09ee5014398baff9f6da261acfe4adb2ff9c4717 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 23 Feb 2025 22:48:34 -0600 Subject: [PATCH] loki | move binfmt command to default.nix --- hosts/loki/colmena.nix | 1 - hosts/loki/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/loki/colmena.nix b/hosts/loki/colmena.nix index faa6d1f..c1f207f 100644 --- a/hosts/loki/colmena.nix +++ b/hosts/loki/colmena.nix @@ -1,6 +1,5 @@ { inputs, outputs, lib, config, pkgs, ... }: { imports = [ ./default.nix ]; - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; deployment = { tags = [ "workstation" "intel" ]; allowLocalDeployment = true; diff --git a/hosts/loki/default.nix b/hosts/loki/default.nix index 3ac4b8a..afc659e 100644 --- a/hosts/loki/default.nix +++ b/hosts/loki/default.nix @@ -10,6 +10,7 @@ ../../home/work ]; networking.hostName = "loki"; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; roles = { citrix.enable = true;