chore: refactored input imports

This commit is contained in:
Nick 2025-12-05 17:56:47 -06:00
parent 8ecdaefa43
commit 38f7ba4d91
9 changed files with 42 additions and 36 deletions

View file

@ -3,6 +3,10 @@ let
inherit (flake.config.people) user0;
in
{
imports = [
flake.inputs.sops-nix.nixosModules.sops
];
sops = {
defaultSopsFile = ../../../secrets/secrets.yaml;
validateSopsFiles = false;