switch to keys
This commit is contained in:
parent
c40e6e3255
commit
115a711a5f
29 changed files with 122 additions and 221 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
secrets,
|
||||
...
|
||||
}:
|
||||
let
|
||||
lib = pkgs.lib;
|
||||
in
|
||||
|
|
@ -285,7 +290,7 @@ in
|
|||
};
|
||||
|
||||
sops.secrets.geoip = {
|
||||
sopsFile = ../../secrets/geoip.yaml;
|
||||
sopsFile = "${secrets}/geoip.yaml";
|
||||
key = "key";
|
||||
format = "yaml";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue