nixos/cups-pdf: fix settings type
This commit is contained in:
@@ -42,12 +42,14 @@ let
|
||||
instanceSettings = name: {
|
||||
freeformType =
|
||||
with lib.types;
|
||||
nullOr (oneOf [
|
||||
int
|
||||
str
|
||||
path
|
||||
package
|
||||
]);
|
||||
attrsOf (
|
||||
nullOr (oneOf [
|
||||
int
|
||||
str
|
||||
path
|
||||
package
|
||||
])
|
||||
);
|
||||
# override defaults:
|
||||
# inject instance name into paths,
|
||||
# also avoid conflicts between user names and special dirs
|
||||
|
||||
Reference in New Issue
Block a user