From 9c18db7afd3afccc30f781b66d173e957c3ad0cf Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 11 May 2026 12:57:40 +0200 Subject: Added forgotten disk UUID --- system/encryption.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/encryption.nix b/system/encryption.nix index 76a4245..d8836d0 100644 --- a/system/encryption.nix +++ b/system/encryption.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { environment.etc."crypttab" = { text = '' - ssh-keys UUID=your-uuid-here none noauto,x-systemd.device-timeout=0 + ssh-keys UUID=da31e270-80d4-4a89-9633-87dd4d736ca2 none noauto,x-systemd.device-timeout=0 ''; }; -- cgit v1.2.3