diff --git a/system/ritchie/ritchie.nix b/system/ritchie/ritchie.nix index fbeec29..3121a0e 100644 --- a/system/ritchie/ritchie.nix +++ b/system/ritchie/ritchie.nix @@ -47,4 +47,8 @@ in programs._1password-gui = { enable = true; }; + + boot.binfmt.emulatedSystems = [ + "aarch64-linux" + ]; }