loki | move binfmt command to default.nix

This commit is contained in:
Don Harper 2025-02-23 22:48:34 -06:00
parent 6b542ada30
commit 09ee501439
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,5 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [ ./default.nix ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
deployment = {
tags = [ "workstation" "intel" ];
allowLocalDeployment = true;