commit 26e469a6258efa544ea802c7ad92228f4a7df3a0 parent d3a85d6aea5725d993e2a061e926ed2bd987a7e5 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 9 Aug 2023 13:08:11 +0200 Use correct mapper folder Diffstat:
| M | nixos/worker-1/hardware-configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/hardware-configuration.nix b/nixos/worker-1/hardware-configuration.nix @@ -54,7 +54,7 @@ fileSystems."/boot" = { - device = "/dev/disk/by-uuid/89922472-7774-704b-b38e-8bed3861df52"; + device = "/dev/disk/by-partuuid/89922472-7774-704b-b38e-8bed3861df52"; fsType = "vfat"; };