From 84d0a763e05ffb1e345cbd23dfa138a3bc1252ce Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 24 Jun 2024 13:11:35 -0500 Subject: [PATCH] disko should be taking care of /boot now --- nixos/hosts/legiondary/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = [ ];