sops: generate the config with nix

This commit is contained in:
SebastianStork 2025-07-22 22:18:34 +02:00
parent 021473a99d
commit 5e18975b9b
12 changed files with 85 additions and 74 deletions

View file

@ -4,12 +4,14 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
custom = {
sops.enable = true;
sops = {
enable = true;
agePublicKey = "age1sywwrwse76x8yskrsfpwk38fu2cmyx5s9qkf2pgc68cta0vj9psql7dp6e";
};
boot = {
loader.systemdBoot.enable = true;
silent = true;
};
users.seb = {
enable = true;
zsh.enable = true;