Files
nix-config/system/services/services.nix

14 lines
226 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
];
}