git-cryp: test

This commit is contained in:
2024-03-03 00:26:24 +01:00
parent cf78dd369e
commit e449ce8c56
3 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@
{
imports =
[
(if (materusCfg.materusFlake.encrypted == "decrypted") then ./private else "")
(if (materusCfg.materusFlake.decrypted == true) then ./private else "")
];
sops.age.generateKey = false;