switch to last agenix release

This commit is contained in:
Tim Schubert 2023-02-04 23:28:16 +01:00
parent 920bfc1da5
commit 28290de97a
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 13 additions and 35 deletions

View file

@ -31,9 +31,7 @@ in
age.secrets.${adminCredentialsFile} = {
file = "${config.dadada.secrets.path}/${adminCredentialsFile}.age";
owner = config.systemd.services.miniflux.serviceConfig.User;
group = "root";
mode = "0700";
mode = "0600";
};
};
}

View file

@ -9,7 +9,7 @@ in
enable = true;
ssh = {
enable = true;
port = 43235;
port = 22;
hostKeys = [
config.age.secrets."${initrdHostKey}".path
];
@ -30,5 +30,7 @@ in
age.secrets."${initrdHostKey}" = {
file = "${secretsPath}/${initrdHostKey}.age";
mode = "600";
path = "/etc/initrd/${initrdHostKey}";
symlink = false;
};
}