This commit is contained in:
Julian Sutter 2023-01-23 20:47:46 -08:00
parent 0f6c752769
commit 2e3e8a579b

View file

@ -5,7 +5,7 @@
fileSystems."/" =
{ device = "/dev/disk/by-partlabel/primary";
fsType = "ext4";
fsType = "btrfs";
};
fileSystems."/boot" =
@ -48,7 +48,6 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
# Kernel
boot.kernelPackages = pkgs.linuxPackages_latest;