10 lines
225 B
Nix
10 lines
225 B
Nix
{...}: {
|
|
networking.useHostResolvConf = false;
|
|
|
|
imports = [
|
|
../../snippets/systemd-resolved.nix
|
|
../../snippets/nix-settings.nix
|
|
# ../../modules/ddclient-ovh.nix
|
|
# ../../modules/ddclient-hetzner.nix
|
|
];
|
|
}
|