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:
@@ -2,8 +2,8 @@
|
||||
{
|
||||
imports =
|
||||
[
|
||||
(if (materusCfg.materusFlake.decrypted == true) then ./private else "")
|
||||
];
|
||||
|
||||
] ++ (if (materusCfg.materusFlake.decrypted) then [ ./private ] else [] );
|
||||
|
||||
sops.age.generateKey = false;
|
||||
sops.gnupg.home = null;
|
||||
|
||||
Reference in New Issue
Block a user