burnham: Add domeneshop-dyndns, make it a module
This commit is contained in:
11
hosts/burnham/services/dyndns.nix
Normal file
11
hosts/burnham/services/dyndns.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
sops.secrets."domeneshop/env" = { };
|
||||
|
||||
services.domeneshop-dyndns = {
|
||||
enable = true;
|
||||
domain = "site2.feal.no";
|
||||
environmentFile = config.sops.secrets."domeneshop/env".path;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user