diff --git a/hosts/blossom/default.nix b/hosts/blossom/default.nix index 2aac9fc..4c13361 100644 --- a/hosts/blossom/default.nix +++ b/hosts/blossom/default.nix @@ -3,6 +3,7 @@ system.stateVersion = "21.11"; time.timeZone = "Asia/Phnom_Penh"; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; nixpkgs.overlays = [ inputs.neovim-nightly.overlay ]; age.secrets = { passwd.file = ../../secrets/passwd.age;