secrets: set owner explicitly
This commit is contained in:
parent
3f0894f453
commit
7d209f6d03
3 changed files with 8 additions and 10 deletions
|
@ -4,6 +4,8 @@
|
|||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
sops.secrets = {
|
||||
"wg/oxalab-seckey" = { };
|
||||
"wg/oxalab-seckey" = {
|
||||
owner = config.users.users.systemd-network.name;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue