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, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "workstation" "intel" ];
|
tags = [ "workstation" "intel" ];
|
||||||
allowLocalDeployment = true;
|
allowLocalDeployment = true;
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
../../home/work
|
../../home/work
|
||||||
];
|
];
|
||||||
networking.hostName = "loki";
|
networking.hostName = "loki";
|
||||||
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
roles = {
|
roles = {
|
||||||
citrix.enable = true;
|
citrix.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue