diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 13:27:11 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 13:27:11 +0200 |
| commit | ffa0c8fca4d01657c6f5d335274259edeb69426a (patch) | |
| tree | bb00d4c010b903708c523f3ef88ef27c6aa056e9 | |
| parent | dad62bb4964e982f16e568066e0d2670cb433d2a (diff) | |
fixed encryption to be group readable
| -rw-r--r-- | system/encryption.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ''; }; } |
