Compare commits
2 commits
2e7e156746
...
e78c8b10d0
| Author | SHA1 | Date | |
|---|---|---|---|
| e78c8b10d0 | |||
| fe50bf0b58 |
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in
|
||||||
{
|
{
|
||||||
home.ensureDirs."${builtins.dirOf homeKeys}".mode = "0700";
|
home.ensureDirs."${builtins.dirOf homeKeys}".mode = "0700";
|
||||||
sops = {
|
sops = {
|
||||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
# deliberately not setting `defaultSopsFile` because there is no clear file-hostname-mapping. Each separate home config has to configure this explicitly.
|
# deliberately not setting `defaultSopsFile` because there is no clear file-hostname-mapping. Each separate home config has to configure this explicitly.
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue