interfaces and package config externalized, also tmux added and version variable

This commit is contained in:
Steffen Illium
2025-07-16 20:33:59 +02:00
parent 80d8003e4d
commit 47f7bc25b7
6 changed files with 49 additions and 32 deletions
+9 -1
View File
@@ -36,7 +36,15 @@ with lib;
hostid = mkOption {
type = types.str;
};
host_type = mkOption {
type = types.str;
};
stateVersion = mkOption {
type = types.str;
};
interfaces = mkOption {
type = listOf types.str;
};
# KEEPALIVED
ka_addr_v4 = mkOption {