loki | move binfmt command to default.nix
This commit is contained in:
parent
6b542ada30
commit
09ee501439
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [ ./default.nix ];
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
deployment = {
|
||||
tags = [ "workstation" "intel" ];
|
||||
allowLocalDeployment = true;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
../../home/work
|
||||
];
|
||||
networking.hostName = "loki";
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
roles = {
|
||||
citrix.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue