commit ac836f28f58ecab4ccad1219d69185d0b42e908c parent bb7894ac059f898b4b0a282dba278f6101cb829b Author: Vineet Kumar <git@vineetk.net> Date: Sat, 21 Mar 2026 16:25:13 -0400 saklas: update indenting Diffstat:
| M | epistemia/systems/saklas.scm | | | 68 | ++++++++++++++++++++++++++++++++++---------------------------------- |
1 file changed, 34 insertions(+), 34 deletions(-)
diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm @@ -190,26 +190,26 @@ table inet filter { (host-name "saklas.epistemia") (users (cons* (user-account - (name "vin") - (comment "Vineet") - (shell (file-append bash "/bin/bash")) - (group "users") - (supplementary-groups '("wheel" "git"))) - (user-account - (name "git") - (comment "git account") - (shell (file-append git "/bin/git-shell")) - (group "git") - (home-directory "/data/src/bare") - (system? #t)) - (user-account - (name "vmail") - (comment "virtual mail account") - (group "vmail") - (shell "/dev/null") - (home-directory "/var/vmail") - (system? #t)) - %base-user-accounts)) + (name "vin") + (comment "Vineet") + (shell (file-append bash "/bin/bash")) + (group "users") + (supplementary-groups '("wheel" "git"))) + (user-account + (name "git") + (comment "git account") + (shell (file-append git "/bin/git-shell")) + (group "git") + (home-directory "/data/src/bare") + (system? #t)) + (user-account + (name "vmail") + (comment "virtual mail account") + (group "vmail") + (shell "/dev/null") + (home-directory "/var/vmail") + (system? #t)) + %base-user-accounts)) (groups (cons* (user-group (name "git")) (user-group @@ -385,20 +385,20 @@ rpz: url: https://raw.githubusercontent.com/hagezi/dns-blocklists/main/rpz/ultimate.txt"))) (service transmission-daemon-service-type (transmission-daemon-configuration - (rpc-whitelist-enabled? #t) - (rpc-whitelist '("::1" - "127.0.0.1" - "10.0.13.*")) - (download-dir "/data/torrents/complete/other") - (incomplete-dir-enabled? #t) - (incomplete-dir "/data/torrents/incomplete") - (watch-dir-enabled? #t) - (watch-dir "/data/torrents/watch") - (trash-original-torrent-files? #f) - (peer-port-random-on-start? #f) - (peer-port 51413) - (port-forwarding-enabled? #f) - (blocklist-enabled? #f))) + (rpc-whitelist-enabled? #t) + (rpc-whitelist '("::1" + "127.0.0.1" + "10.0.13.*")) + (download-dir "/data/torrents/complete/other") + (incomplete-dir-enabled? #t) + (incomplete-dir "/data/torrents/incomplete") + (watch-dir-enabled? #t) + (watch-dir "/data/torrents/watch") + (trash-original-torrent-files? #f) + (peer-port-random-on-start? #f) + (peer-port 51413) + (port-forwarding-enabled? #f) + (blocklist-enabled? #f))) (service wireguard-service-type (wireguard-configuration (interface "wg1")