diff --git a/configurations/profile/common/default.nix b/configurations/profile/common/default.nix index be0abc7..a9d8e16 100644 --- a/configurations/profile/common/default.nix +++ b/configurations/profile/common/default.nix @@ -13,5 +13,5 @@ in ]; options.materus.materusArg = lib.mkOption {default = {};}; config._module.args.materusArg = config.materus.materusArg // materusArg; - config.warnings = lib.mkIf (!materusCfg.materusFlake.decrypted) ["Repository not decrytped, private configs not loaded, use crypt.sh to decrypt"]; + config.warnings = lib.mkIf (!materusCfg.materusFlake.decrypted) ["Repository not decrypted, private configs not loaded, use crypt.sh to decrypt"]; }