From 41114f4960a5b5ca9de49992c354e8d583c04f59 Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 3 Mar 2024 01:24:55 +0100 Subject: [PATCH] fix typo --- configurations/profile/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; }