Add host srv03

This commit is contained in:
JuliusFreudenberger 2026-04-25 02:28:23 +02:00
parent e8d9329e8e
commit 061fdb2a47
5 changed files with 185 additions and 0 deletions

7
hosts/srv03/secrets.nix Normal file
View file

@ -0,0 +1,7 @@
{ inputs, ... }:
{
age.secrets = {
inwx.file = "${inputs.secrets}/secrets/dns-management/inwx";
pocket-id.file = "${inputs.secrets}/secrets/srv03/pocket-id";
};
}