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:
parent
6427cf36d8
commit
8106fbb14d
7 changed files with 118 additions and 21 deletions
10
sops.nix
Normal file
10
sops.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ inputs, pkgs, ... }: {
|
||||
# imports = [
|
||||
# inputs.sops.homeManagerModules.sops
|
||||
# ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
sops
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue