add all read perms

This commit is contained in:
sadan 2025-02-22 00:06:11 -05:00
parent f071f4a5c2
commit 6f1153ebc4
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
etc = {
"all_users_authorized_keys" = {
source = ./ssh.keys;
mode = "0600";
mode = "0644";
uid = 0;
gid = 0;
};