nixos/postfix: allow path values in main.cf (#460121)
This commit is contained in:
@@ -522,6 +522,7 @@ in
|
||||
nullOr (oneOf [
|
||||
bool
|
||||
int
|
||||
path
|
||||
str
|
||||
(listOf str)
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user