removing obsolete package and cleaning up
This commit is contained in:
parent
304788ce34
commit
e1a45962d6
7 changed files with 45 additions and 51 deletions
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
options,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
@ -23,7 +21,7 @@ in
|
|||
];
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ../../../../secrets/secrets.yaml;
|
||||
defaultSopsFile = lib.snowfall.fs.get-file "secrets/secrets.yaml";
|
||||
defaultSopsFormat = "yaml";
|
||||
|
||||
age.keyFile = "/home/cholli/.config/sops/age/keys.txt";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue