switch to last agenix release
This commit is contained in:
parent
920bfc1da5
commit
28290de97a
5 changed files with 13 additions and 35 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue