From 475c654eeafa9a810360da63bde96559cf13aa1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 7 Feb 2024 00:31:53 +0100 Subject: [PATCH] server10: format --- hosts/server10/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server10/hardware-configuration.nix b/hosts/server10/hardware-configuration.nix index 97b40653..87df7dad 100644 --- a/hosts/server10/hardware-configuration.nix +++ b/hosts/server10/hardware-configuration.nix @@ -8,7 +8,7 @@ boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; boot.kernelModules = [ "kvm-intel" ]; - boot.initrd.luks.devices."server10-root".device = "/dev/disk/by-uuid/b4904afe-22b3-4abe-bd53-049817c1332f"; + boot.initrd.luks.devices."server10-root".device = "/dev/disk/by-uuid/b4904afe-22b3-4abe-bd53-049817c1332f"; fileSystems."/" = { device = "server10-root/root";