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