From 9c0f51c968e6ca5bb041d612852bed3d845e8de4 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 4 Jan 2021 20:31:40 +0100 Subject: [PATCH] Unmount small boot partition --- modules/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) 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";