Fix errors so system builds
This commit is contained in:
parent
73142b1bdf
commit
a43df02076
9 changed files with 45 additions and 66 deletions
|
|
@ -5,8 +5,9 @@ let rootPath = ./.; in
|
|||
sops-nix.enable = lib.mkEnableOption "Enables nix-sops for secret management";
|
||||
};
|
||||
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
|
||||
config = lib.mkIf config.sops-nix.enable {
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = rootPath + "secrets.yaml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue