diff options
Diffstat (limited to 'home-modules/sops.nix')
| -rw-r--r-- | home-modules/sops.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home-modules/sops.nix b/home-modules/sops.nix new file mode 100644 index 00000000..b1a62ca1 --- /dev/null +++ b/home-modules/sops.nix | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | { flakeInputs, config, ... }: | ||
| 2 | { | ||
| 3 | imports = [ flakeInputs.sops-nix.homeManagerModules.sops ]; | ||
| 4 | |||
| 5 | config = { | ||
| 6 | sops = { | ||
| 7 | age.keyFile = config.home.homeDirectory + "/.config/sops/age/keys.txt"; | ||
| 8 | }; | ||
| 9 | }; | ||
| 10 | } | ||
