sops: federate sops secret configs
This commit is contained in:
parent
bf9992a5a6
commit
943e9d4cb7
8 changed files with 38 additions and 34 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
sops.secrets = {
|
||||
"restic/password" = {};
|
||||
"restic/rclone/offsite" = {};
|
||||
};
|
||||
|
||||
# for use as rclone backend
|
||||
environment.systemPackages = [ pkgs.rclone ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue