nix-stuff/roles/server/default.nix
Toast c7d2db076b Server: get rid of dnsmasq
I can add custom records to headscale's dns settings, so I don't need
  dnsmasq anymore. This will also bring back resolved's stub
2024-11-02 18:18:20 +01:00

19 lines
300 B
Nix
Executable file

{...}: {
imports = [
./avahi.nix
./nfs.nix
./samba.nix
./ssh.nix
./forgejo.nix
./syncthing.nix
./endlessh.nix
./transmission.nix
./ddclient.nix
./beep.nix
./tailscale.nix
./headscale.nix
./caddy.nix
./rust_motd.nix
./minecraft.nix
];
}