fudo.types -> types.fudo

This commit is contained in:
niten 2023-11-17 09:44:13 -08:00
parent d4e19f1dc4
commit 33a75717a1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ in {
getSiteGatewayV4 getHostGatewayV4 getSiteGatewayV6 getHostGatewayV6
getSiteV4PrefixLength getSiteV6PrefixLength;
fudo.types = with lib.types; rec {
types.fudo = with lib.types; rec {
networkHost = {
hostname = mkOption {
type = str;