switch to keys
This commit is contained in:
parent
c40e6e3255
commit
115a711a5f
29 changed files with 122 additions and 221 deletions
|
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
secrets,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -100,7 +101,7 @@ in
|
|||
};
|
||||
|
||||
sops.secrets.factorio = {
|
||||
sopsFile = ../../secrets/factorio.json;
|
||||
sopsFile = "${secrets}/factorio.json";
|
||||
format = "json";
|
||||
key = "";
|
||||
owner = "factorio";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue