Fix user of authorized_keys file
This commit is contained in:
parent
da9160559c
commit
6fa4997d8c
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@
|
||||||
authorizedKeysFiles = [ "/run/secrets/authorized_keys/%u" ];
|
authorizedKeysFiles = [ "/run/secrets/authorized_keys/%u" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets."authorized_keys/charlotte".file = ../secrets/authorized_keys/charlotte.age;
|
age.secrets."authorized_keys/charlotte" = {
|
||||||
|
file = ../secrets/authorized_keys/charlotte.age;
|
||||||
|
owner = "charlotte";
|
||||||
|
};
|
||||||
age.secrets."authorized_keys/root".file = ../secrets/authorized_keys/root.age;
|
age.secrets."authorized_keys/root".file = ../secrets/authorized_keys/root.age;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue