flake: migrate to agenix-rekey
This commit is contained in:
parent
26734c2196
commit
b54be3998f
61 changed files with 306 additions and 190 deletions
|
@ -57,7 +57,7 @@
|
|||
accounts = rec {
|
||||
noreply = {
|
||||
user = outgoing;
|
||||
passwordeval = "cat ${secrets.smtp-password}";
|
||||
passwordeval = "cat ${secrets.smtp-noreply}";
|
||||
};
|
||||
default = noreply // {
|
||||
from = withSubaddress "%U-%H";
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
[
|
||||
universe-cli
|
||||
|
||||
agenix
|
||||
bat
|
||||
cloc
|
||||
cryptsetup
|
||||
|
|
|
@ -19,7 +19,7 @@ in
|
|||
defaults = {
|
||||
email = "infinidoge@inx.moe";
|
||||
dnsProvider = "cloudflare";
|
||||
environmentFile = config.secrets.cloudflare;
|
||||
environmentFile = config.secrets.dns-cloudflare;
|
||||
};
|
||||
};
|
||||
pki.certificateFiles = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue