diff --git a/systems/common.nix b/systems/common.nix index 11132f9..dbaf97e 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -1,15 +1,6 @@ - { config, pkgs, ... }: { - fileSystems."/" = - { device = "/dev/disk/by-partlabel/primary"; - fsType = "btrfs"; - }; - fileSystems."/boot" = - { device = "/dev/disk/by-partlabel/ESP"; - fsType = "vfat"; - }; # hardware hardware.enableRedistributableFirmware = true;