diff --git a/modules/hardware-configuration.nix b/modules/hardware-configuration.nix index 1b5bc67..469ceee 100644 --- a/modules/hardware-configuration.nix +++ b/modules/hardware-configuration.nix @@ -16,11 +16,6 @@ fsType = "ext4"; }; - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/2178-694E"; - fsType = "vfat"; - }; - fileSystems."/vault" = { device = "vault"; fsType = "zfs";