diff --git a/modules/shared/syscfg/default.nix b/modules/shared/syscfg/default.nix index 5606ea6..cf8317f 100644 --- a/modules/shared/syscfg/default.nix +++ b/modules/shared/syscfg/default.nix @@ -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 {