nix-config/sops.nix
Markus Heurung 8106fbb14d ICH HABE SOPS-NIX ANGEMACHT.
That was some headbreaker. A path in nix is not a string, quotes are not
good. See sops.defaultSopsFile.

This was a very important last puzzle piece. Finally.
2024-03-18 20:29:06 +01:00

10 lines
141 B
Nix

{ inputs, pkgs, ... }: {
# imports = [
# inputs.sops.homeManagerModules.sops
# ];
home.packages = with pkgs; [
sops
];
}