From ffa0c8fca4d01657c6f5d335274259edeb69426a Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 11 May 2026 13:27:11 +0200 Subject: fixed encryption to be group readable --- system/encryption.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/encryption.nix') diff --git a/system/encryption.nix b/system/encryption.nix index 441ad86..b53efc9 100644 --- a/system/encryption.nix +++ b/system/encryption.nix @@ -35,7 +35,7 @@ chown -R root:ssh-keys /mnt/ssh-keys chmod 750 /mnt/ssh-keys # And here - chmod 600 /mnt/ssh-keys/poseidon + chmod 640 /mnt/ssh-keys/poseidon ''; }; } -- cgit v1.2.3