mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
git-crypt: more tests
This commit is contained in:
@@ -13,4 +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"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user