fudo.types -> types.fudo
This commit is contained in:
parent
d4e19f1dc4
commit
33a75717a1
2
lib.nix
2
lib.nix
|
@ -71,7 +71,7 @@ in {
|
||||||
getSiteGatewayV4 getHostGatewayV4 getSiteGatewayV6 getHostGatewayV6
|
getSiteGatewayV4 getHostGatewayV4 getSiteGatewayV6 getHostGatewayV6
|
||||||
getSiteV4PrefixLength getSiteV6PrefixLength;
|
getSiteV4PrefixLength getSiteV6PrefixLength;
|
||||||
|
|
||||||
fudo.types = with lib.types; rec {
|
types.fudo = with lib.types; rec {
|
||||||
networkHost = {
|
networkHost = {
|
||||||
hostname = mkOption {
|
hostname = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
|
|
Loading…
Reference in New Issue