Fix types
This commit is contained in:
@@ -103,28 +103,28 @@ let
|
||||
default = "/media/data";
|
||||
};
|
||||
arion = mkOption {
|
||||
type = type.bool;
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
sops = mkOption {
|
||||
type = type.bool;
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
openssh = mkOption {
|
||||
type = type.bool;
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
wireguard = mkOption {
|
||||
type = type.bool;
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
web = mkOption {
|
||||
type = type.bool;
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
nftables = {
|
||||
enable = mkOption {
|
||||
type = type.bool;
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
ifs = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user