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.
This commit is contained in:
Markus Heurung 2024-03-18 20:29:06 +01:00
parent 6427cf36d8
commit 8106fbb14d
7 changed files with 118 additions and 21 deletions

10
sops.nix Normal file
View file

@ -0,0 +1,10 @@
{ inputs, pkgs, ... }: {
# imports = [
# inputs.sops.homeManagerModules.sops
# ];
home.packages = with pkgs; [
sops
];
}