Rename 'laptop' suite to 'desktop'. Don't seperate hosts by suite.

This commit is contained in:
Fern Garden 2025-07-11 23:37:31 +08:00
parent 20c6461e14
commit e568306ec5
9 changed files with 3 additions and 3 deletions

7
hosts/technitium.nix Normal file
View file

@ -0,0 +1,7 @@
{
# Enable Technitium DNS server.
services.technitium-dns-server = {
enable = true;
openFirewall = true;
};
}