Files
nix-config/system/services/services-server.nix
2025-09-01 01:02:01 -04:00

14 lines
230 B
Nix

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