aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/encryption.nix2
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
'';
};
}