Modularise config. Add sops-nix for secrets management.
This commit is contained in:
parent
02fdb4707d
commit
a348413d83
15 changed files with 211 additions and 119 deletions
6
configuration/server/containers/technitium.nix
Normal file
6
configuration/server/containers/technitium.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services.technitium-dns-server = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue