mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-23 08:39:11 -05:00
add all read perms
This commit is contained in:
parent
f071f4a5c2
commit
6f1153ebc4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
etc = {
|
etc = {
|
||||||
"all_users_authorized_keys" = {
|
"all_users_authorized_keys" = {
|
||||||
source = ./ssh.keys;
|
source = ./ssh.keys;
|
||||||
mode = "0600";
|
mode = "0644";
|
||||||
uid = 0;
|
uid = 0;
|
||||||
gid = 0;
|
gid = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue