lets try this permissions
This commit is contained in:
parent
e6a70e657e
commit
3fd154d993
1 changed files with 4 additions and 2 deletions
|
|
@ -29,13 +29,15 @@
|
|||
file = ../secrets/ssh-key-private.age;
|
||||
path = "/home/osbm/.ssh/id_ed25519";
|
||||
owner = "osbm";
|
||||
mode = "0600";
|
||||
group = "users";
|
||||
mode = "600";
|
||||
};
|
||||
ssh-key-public = {
|
||||
file = ../secrets/ssh-key-public.age;
|
||||
path = "/home/osbm/.ssh/id_ed25519.pub";
|
||||
owner = "osbm";
|
||||
mode = "0644";
|
||||
group = "users";
|
||||
mode = "644";
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue