From 226c77c97063d21dec78d2e90d6d9a3d53e7f283 Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 12 Aug 2021 06:26:07 +0100 Subject: [PATCH] to-do --- depot/modules/nixos/network.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/depot/modules/nixos/network.nix b/depot/modules/nixos/network.nix index 8fb84cd1..6e46c2f2 100644 --- a/depot/modules/nixos/network.nix +++ b/depot/modules/nixos/network.nix @@ -69,6 +69,7 @@ in { }; }; dns = { + isRoot = mkEnableOption "Is this system supposed to be the @ for the domain?"; # TODO email = mkOption { type = types.nullOr types.str; };