diff options
author | tv <tv@krebsco.de> | 2016-04-17 04:13:32 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-04-17 04:13:32 +0200 |
commit | affb69250d13f64d2be14327c1b47d23cadcb987 (patch) | |
tree | 3b231b6c57919649800822d246209d8642c85c6e /krebs/4lib | |
parent | 453384b60b628f97074c74940e88570aa8eab811 (diff) |
krebs.backup network-ssh-port: fail if cannot find port
Diffstat (limited to 'krebs/4lib')
-rw-r--r-- | krebs/4lib/types.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix index f46491801..405a91e45 100644 --- a/krebs/4lib/types.nix +++ b/krebs/4lib/types.nix @@ -117,8 +117,8 @@ types // rec { type = submodule { options = { port = mkOption { - type = nullOr int; - default = null; + type = int; + default = 22; }; }; }; |