mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
chore: refactored input imports
This commit is contained in:
parent
8ecdaefa43
commit
38f7ba4d91
9 changed files with 42 additions and 36 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue