diff options
author | makefu <github@syntax-fehler.de> | 2017-07-28 13:31:15 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-28 13:31:15 +0200 |
commit | 44e521a5745807f4c19e7c56b9f4d0266f89b3e4 (patch) | |
tree | 11396e2c39d251ceb1018f34f2cc5a38bd722459 /lib | |
parent | 421c27332a69708afd81a5fb07a28fdc93449338 (diff) | |
parent | e8148b62fdb39ed76361da5b7a6de88a8f800073 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/types.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/types.nix b/lib/types.nix index f9ec7b1c3..236190ccd 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -36,6 +36,7 @@ rec { If true, then the host's configuration is defined in stockholm. ''; type = bool; + default = false; }; owner = mkOption { |