add attic and rm tor

This commit is contained in:
cy 2025-01-05 05:42:52 -05:00
parent acae190bcc
commit 5765243596
8 changed files with 232 additions and 18 deletions

View file

@ -21,10 +21,10 @@
./vaultwarden.nix
./wireguard.nix
./grafana.nix
./tor.nix
./conduwuit.nix
./immich.nix
./element.nix
./attic.nix
];
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
@ -82,6 +82,9 @@
"rsyncnet/id_ed25519" = {
sopsFile = ../../secrets/de3911/chunk.yaml;
};
"attic/env" = {
sopsFile = ../../secrets/services/attic.yaml;
};
};
boot.loader.grub.enable = true;