mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
sops debugging
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ inputs, ... }: {
|
||||
flake.homeModules.security-usr-sopsnix = { config, pkgs, ... }: {
|
||||
imports = [ inputs.sops-nix.homeManagerModules.sops ];
|
||||
sops.age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
||||
sops.age.keyFile = "/home/mo/.config/sops/age/keys.txt";
|
||||
sops.defaultSopsFile = ../secrets/secrets.yaml;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user