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;