Update Ophanim and add sops.
This commit is contained in:
parent
79b05baecf
commit
ec93123f4d
5 changed files with 61 additions and 7 deletions
11
machines/Ophanim/sops.nix
Normal file
11
machines/Ophanim/sops.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
age = {
|
||||
keyFile = "/var/lib/sops-nix/key.txt";
|
||||
generateKey = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue