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 = "age18x6herevmcuhcmeh47ll6p9ck9zk4ga6gfxwlc8yl49rwjxm7qusylwfgc";
};
boot = {
loader.systemdBoot.enable = true;
silent = true;
};
users.seb = {
enable = true;
zsh.enable = true;