mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-26 10:04:24 +02:00
fix typo
This commit is contained in:
parent
e702504dee
commit
41114f4960
@ -13,5 +13,5 @@ in
|
|||||||
];
|
];
|
||||||
options.materus.materusArg = lib.mkOption {default = {};};
|
options.materus.materusArg = lib.mkOption {default = {};};
|
||||||
config._module.args.materusArg = config.materus.materusArg // materusArg;
|
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"];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user