interfaces and package config externalized, also tmux added and version variable
This commit is contained in:
+9
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user