summaryrefslogtreecommitdiff
path: root/sys/net.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net.nix')
-rw-r--r--sys/net.nix3
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;