housekeeping

This commit is contained in:
Steffen Illium
2025-07-22 10:58:27 +02:00
parent 272d7c5580
commit 2187a22eee
8 changed files with 8 additions and 50 deletions
+3 -3
View File
@@ -43,8 +43,8 @@ with lib;
type = types.str;
};
interfaces = mkOption {
type = listOf types.str;
};
type = types.listOf types.str;
};
# KEEPALIVED
ka_addr_v4 = mkOption {
@@ -75,4 +75,4 @@ with lib;
type = types.str;
};
};
}
}