Setup sops
This commit is contained in:
parent
3bb85d77de
commit
41cb36d15f
9 changed files with 163 additions and 34 deletions
|
|
@ -71,6 +71,7 @@
|
|||
boot.loader.grub.device = "/dev/nvme0n1";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
age
|
||||
btop
|
||||
ffmpeg
|
||||
gnupg
|
||||
|
|
@ -106,4 +107,10 @@
|
|||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets/tobserver.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue