updated branding and some retooling

This commit is contained in:
2026-03-29 07:13:22 -05:00
parent bea98d56b8
commit 33e3db9998
6 changed files with 66 additions and 106 deletions

View File

@@ -3,7 +3,8 @@
{
imports = [
./modules/modules.nix
./custom.nix
/etc/nixos/role-state.nix
/etc/nixos/custom.nix
./iso/branding.nix
];
@@ -153,13 +154,11 @@ backup /etc/nix-bitcoin-secrets/ localhost/
systemCronJobs = [
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/njalla/njalla.sh"
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/external_ip/external_ip.sh"
"0 0 * * 0 docker-user yes | /run/current-system/sw/bin/docker system prune -a"
];
};
# ── Tor ────────────────────────────────────────────────────
services.tor = { enable = true; client.enable = true; torsocks.enable = true; };
services.privoxy.enableTor = true;
# ── SSH ────────────────────────────────────────────────────
services.openssh = {