change to other hardware config

This commit is contained in:
2023-07-13 17:27:26 +02:00
parent ba43455f97
commit 4ceb1c0103
2 changed files with 17 additions and 20 deletions

View File

@@ -35,9 +35,9 @@
# nixos cross building qemu
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.supportedFilesystems = [ "ntfs" ];
boot.plymouth.enable = true;
boot.plymouth.theme = "breeze";
boot.kernelParams = ["quiet"];
# boot.plymouth.enable = true;
# boot.plymouth.theme = "breeze";
# boot.kernelParams = ["quiet"];
# boot.loader.systemd-boot.netbootxyz.enable = true;
# boot.plymouth.themePackages = [ pkgs.nixos-bgrt-plymouth ];
# boot.plymouth.theme = "nixos-bgrt";