mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
git-cryp: test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user