Migrate quitte to QEMU #32

Merged
spyfly merged 4 commits from qemu into main 2023-04-23 19:44:14 +02:00
Showing only changes of commit 71eb19b82b - Show all commits

View file

@ -9,11 +9,11 @@
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; #boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.kernelParams = [ "video=VGA-1:1024x768@30" ]; #boot.kernelParams = [ "video=VGA-1:1024x768@30" ];
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "zfs" ]; #boot.supportedFilesystems = [ "zfs" ];
boot.zfs.devNodes = "/dev/"; #boot.zfs.devNodes = "/dev/";
networking.hostName = "quitte"; # Define your hostname. networking.hostName = "quitte"; # Define your hostname.