From 2e3e8a579b9bce4a88a40a920b6e67789f36b9bf Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Mon, 23 Jan 2023 20:47:46 -0800 Subject: [PATCH] WORKING --- systems/common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/common.nix b/systems/common.nix index f247546..a02d80a 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -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;