server-test

This commit is contained in:
2025-09-01 01:02:01 -04:00
parent 2e7a953f84
commit 7ded1d8176
5 changed files with 198 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
{
config,
pkgs,
...
}: {
imports = [
./synaptics/default.nix
./tailscale/default.nix
# ./syncthing/default.nix
# ./resolved/default.nix (not enabled, in favor of dnsmasq)
# ./dnsmasq/default.nix
];
}