Compare commits

..

1 commit

Author SHA1 Message Date
80594d679f Use sops for private key distribution 2024-03-21 18:37:24 +01:00

View file

@ -135,7 +135,11 @@ in {
users.fsaccount.files = [ users.fsaccount.files = [
{ {
file = ".ssh/known_hosts"; file = ".ssh/known_hosts";
parentDirectory = {mode = "u=rwx,g=,o=";}; parentDirectory = {
user = "fsaccount";
group = "users";
mode = "u=rwx,g=,o=";
};
} }
]; ];
}; };