This commit is contained in:
Hadi
2024-10-07 12:02:26 +02:00
parent 75f2c2c7c6
commit 3aa0fb8a22
59 changed files with 109 additions and 249 deletions

View File

@@ -1,8 +1,6 @@
{ pkgs, inputs, ... }: {
imports = [ inputs.sops-nix.homeManagerModules.sops ];
home.packages = with pkgs; [ sops age ];
sops = {
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets.yaml;
@@ -16,4 +14,5 @@
};
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
home.packages = with pkgs; [ sops age ];
}