summaryrefslogtreecommitdiffstats
path: root/krebs/4lib
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-19 16:18:28 +0100
committertv <tv@krebsco.de>2016-02-20 02:02:07 +0100
commit47ef169276fcb500a3764c050dbeca1f7fc4a18b (patch)
treee5e67ea294dd8422596a9e1c41ab5482c077743d /krebs/4lib
parentc040c8f1b5fcfbd1b784c9460f4a0b78091ff2db (diff)
krebs.hosts.*: set owner
Diffstat (limited to 'krebs/4lib')
-rw-r--r--krebs/4lib/types.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix
index d0a53746..d63080b9 100644
--- a/krebs/4lib/types.nix
+++ b/krebs/4lib/types.nix
@@ -20,6 +20,15 @@ types // rec {
default = {};
};
+ owner = mkOption {
+ type = user;
+ # TODO proper user
+ default = {
+ name = "krebs";
+ mail = "spam@krebsco.de";
+ };
+ };
+
extraZones = mkOption {
default = {};
# TODO: string is either MX, NS, A or AAAA