Compare commits
2 commits
e78c8b10d0
...
2e7e156746
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e7e156746 | |||
| b13124baf4 |
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 = {
|
||||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
sops.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