diff --git a/nixos/hosts/legiondary/default.nix b/nixos/hosts/legiondary/default.nix index 5c65131..c26667a 100644 --- a/nixos/hosts/legiondary/default.nix +++ b/nixos/hosts/legiondary/default.nix @@ -37,11 +37,11 @@ fsType = "zfs"; }; - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/E532-B74A"; - fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; - }; + # fileSystems."/boot" = + # { device = "/dev/disk/by-uuid/E532-B74A"; + # fsType = "vfat"; + # options = [ "fmask=0022" "dmask=0022" ]; + # }; swapDevices = [ ];