aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-05-11 12:57:40 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-05-11 12:57:40 +0200
commit9c18db7afd3afccc30f781b66d173e957c3ad0cf (patch)
treea202f86605931e78c809595044450444f8852ddb
parent7d2a0e5f3f2d2d8ff5e7a3b0e8cc60cdb631e096 (diff)
Added forgotten disk UUID
-rw-r--r--system/encryption.nix2
1 files changed, 1 insertions, 1 deletions
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
'';
};