Setup sops

This commit is contained in:
Tobias Ostner 2026-04-11 18:52:36 +02:00
parent 3bb85d77de
commit 41cb36d15f
9 changed files with 163 additions and 34 deletions

View file

@ -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";
};
}