yggdrasil: small changes
This commit is contained in:
parent
9e56e41ce6
commit
ffd8d0fed3
5 changed files with 12 additions and 5 deletions
|
|
@ -63,7 +63,9 @@
|
|||
defaultSopsFormat = "yaml";
|
||||
|
||||
age = {
|
||||
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
sshKeyPaths = [
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
];
|
||||
keyFile = lib.mkIf (
|
||||
config.networking.hostName == "yggdrasil"
|
||||
) "/home/cholli/.config/sops/age/keys.txt";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue