Update modules/shared/syscfg/default.nix

This commit is contained in:
2026-05-11 17:42:08 +02:00
committed by soraefir
parent 0bedb71d07
commit 5ff282e65c

View File

@@ -114,7 +114,6 @@ let
ip = mkOption { type = types.nullOr types.str; default = null;};
subdomain = mkOption { type = types.nullOr types.str; default=null;};
port = mkOption { type = types.nullOr types.port; default = null; };
pubPort = mkOption { type = types.nullOr types.port; default = null; };
extra = mkOption { type = types.attrs; default = {}; };
};
});