Configure aresix
This commit is contained in:
parent
cb8d24c6ce
commit
4011299399
7 changed files with 289 additions and 2 deletions
7
machines/aresix/modules/dyndns.nix
Normal file
7
machines/aresix/modules/dyndns.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{config, ...}: {
|
||||
services.duckdns = {
|
||||
enable = true;
|
||||
domains = ["campares.duckdns.org"];
|
||||
tokenFile = config.sops.secrets.duckdns-token.path;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue