♻️ consolidate nix configs
This commit is contained in:
6
nix/modules/sops/default.nix
Normal file
6
nix/modules/sops/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ sops-nix, ... }:
|
||||
|
||||
{
|
||||
imports = [ sops-nix.nixosModules.sops ];
|
||||
sops.defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
}
|
Reference in New Issue
Block a user