mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 13:50:13 +00:00
enable cross-compiling for aarch64 from gui machines
This commit is contained in:
@ -21,6 +21,9 @@ in
|
||||
nmasur.presets.programs.nautilus.enable = lib.mkDefault true;
|
||||
nmasur.presets.services.pipewire.enable = lib.mkDefault true;
|
||||
|
||||
# Allow cross-compiling my aarch64 builds
|
||||
boot.binfmt.emulatedSystems = lib.mkDefault [ "aarch64-linux" ];
|
||||
|
||||
# Lock the system
|
||||
services.betterlockscreen.enable = lib.mkDefault true;
|
||||
|
||||
|
Reference in New Issue
Block a user