diff options
Diffstat (limited to '')
| -rw-r--r-- | sys/net.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net.nix b/sys/net.nix index 30675e0..4075a12 100644 --- a/sys/net.nix +++ b/sys/net.nix @@ -1,7 +1,8 @@ { lib, config, pkgs, ... }: with lib; let cfg = config.local; -in { +in +{ options.local = with lib.types; { hostname = mkOption { type = str; |
