hosts/yule: Fixed boot partition

This commit is contained in:
kat witch 2021-05-17 05:18:07 +01:00
parent f0a3db2d56
commit 493639ea04
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -24,10 +24,10 @@
fsType = "zfs";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/D680-ED0E";
fsType = "vfat";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/2552-18F2";
fsType = "vfat";
};
swapDevices =
[{ device = "/dev/disk/by-uuid/87ff4f68-cc00-494e-8eba-050469c3bf03"; }];