materusPC: secrets test

This commit is contained in:
2024-03-03 00:03:02 +01:00
parent 36e1db6cb1
commit cf78dd369e
4 changed files with 5 additions and 3 deletions
@@ -1,8 +1,8 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, materusCfg, ... }:
{
imports =
[
./private
(if (materusCfg.materusFlake.encrypted == "decrypted") then ./private else "")
];
sops.age.generateKey = false;