marvin: Prepare for selfhosting

This commit is contained in:
Mr Hedgehog 2022-05-08 15:57:08 -04:00
parent b3c7191010
commit 34eb7c8028
No known key found for this signature in database
GPG key ID: A5F69F6C161FDA7E

View file

@ -5,13 +5,13 @@
}: {
boot = {
loader = {
# systemd-boot.enable = true;
# systemd-boot.configurationLimit = 5;
# efi.canTouchEfiVariables = false;
grub.enable = true;
grub.device = "/dev/nvme0n1";
grub.efiSupport = false;
grub.configurationLimit = 5;
systemd-boot.enable = true;
systemd-boot.configurationLimit = 5;
efi.canTouchEfiVariables = true;
# grub.enable = true;
# grub.device = "/dev/nvme0n1";
# grub.efiSupport = false;
# grub.configurationLimit = 5;
};
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = lib.mkForce ["btrfs" "vfat" "f2fs"];