diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-22 15:58:42 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-22 16:02:04 +0100 |
| commit | c633046cdda8e7a46ad7a9d85e0749f36e5ab0a8 (patch) | |
| tree | 8be69736262c6c4b10b91cef6ec962d269eb8bb0 /secrets.nix | |
| parent | update.sh: Replace building and test running by the already existing scripts (diff) | |
| download | nixos-server-c633046cdda8e7a46ad7a9d85e0749f36e5ab0a8.zip | |
{modules,tests}/rocie: Init
Diffstat (limited to 'secrets.nix')
| -rw-r--r-- | secrets.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secrets.nix b/secrets.nix index 8d3ae92..3af0afa 100644 --- a/secrets.nix +++ b/secrets.nix @@ -70,4 +70,5 @@ in "./tests/by-name/em/email-dns/secrets/dkim/bob.com/private.age".publicKeys = [soispha sils testingKey]; "./tests/by-name/em/email-dns/secrets/dkim/mail1.server.com/private.age".publicKeys = [soispha sils testingKey]; "./tests/by-name/em/email-dns/secrets/dkim/mail2.server.com/private.age".publicKeys = [soispha sils testingKey]; + "./tests/by-name/ro/rocie/secrets/login.age".publicKeys = [soispha sils testingKey]; } |
