Add host srv03
This commit is contained in:
parent
e8d9329e8e
commit
061fdb2a47
5 changed files with 185 additions and 0 deletions
7
hosts/srv03/secrets.nix
Normal file
7
hosts/srv03/secrets.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue