This commit is contained in:
Mateusz Słodkowicz 2024-03-03 01:24:55 +01:00
parent e702504dee
commit 41114f4960
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -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"];
}