aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/guix (follow)
Commit message (Expand)AuthorAgeFilesLines
* system.scm: Do not export all repositories over git:// by defaultEuAndreh2023-03-281-3/+1
* src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) a...EuAndreh2023-03-271-0/+1
* packages.scm: Add missing input packagesEuAndreh2023-03-271-0/+3
* Build HTML and install it via CIEuAndreh2023-03-272-0/+77
* system.scm: Simpler code for extending the "user" listEuAndreh2023-03-271-2/+1
* system.scm: Stop trimming slurped files by defaultEuAndreh2023-03-271-6/+4
* system.scm: Strip "-latest" suffix from "guile-heredoc"EuAndreh2023-03-211-1/+1
* system.scm: Set (mail-in-home? #f)EuAndreh2023-03-201-7/+2
* system.scm: Move nginx /r/velhinho config to the beginning of the listEuAndreh2023-03-201-8/+8
* system.scm: Derive SSH key name from tldEuAndreh2023-03-201-1/+1
* system.scm: Better handling of newline at the end of all read filesEuAndreh2023-03-201-3/+3
* Manage public SSH files as "extra-etc-file" instead of like a secretEuAndreh2023-03-201-4/+6
* system.scm: Use correct rottlog configEuAndreh2023-03-191-1/+1
* system.scm: Enable directory listing of nginxEuAndreh2023-03-181-0/+1
* system.scm: Use queue:cgit-pre-configurationEuAndreh2023-03-171-28/+1
* system.scm: dovecot2 => dovecotEuAndreh2023-03-171-2/+2
* system.scm: Use patched version of rottlogEuAndreh2023-03-161-1/+5
* system.scm: Use explicit "enable-submission?" from internet-postfix-service-typeEuAndreh2023-03-161-1/+2
* src/infrastructure/scripts/r.sh: Remove unused scriptEuAndreh2023-03-151-1/+0
* system.scm: add "SetEnv" to sshd•••Explicitly set `GIT_CONFIG_GLOBAL=/etc/gitconfig` so that one can push with options (e.g. `git push -o ci.skip`) without having to authorize Git repositories individually, as `/etc/gitconfig` already contains that. EuAndreh2023-03-151-0/+1
* system.scm: Remove unused Postfix extra config•••- `alias_database` is already being performed the `mail-aliases-service-type`; - `canonical_maps` is unused AFAICT. EuAndreh2023-03-151-5/+1
* system.scm: Add daily cronjob for system checks•••check.sh: sends emails to important RFC aliases, so that one verifies it daily. EuAndreh2023-03-151-0/+2
* system.scm: Fix duplicate NS entry in reverse IP zonesEuAndreh2023-03-151-2/+2
* system.scm: Reorder DNS constants definitionsEuAndreh2023-03-151-2/+2
* system.scm: Add first version of knot-service-type configurationEuAndreh2023-03-151-0/+100
* system.scm: Re-order dhcp-client-service-typeEuAndreh2023-03-141-1/+1
* system.scm: Better indentation of (skeletons ...) fieldEuAndreh2023-03-141-1/+3
* system.scm: Disable owner link on cgitEuAndreh2023-03-141-1/+1
* system.scm: Use mailutils-sendmail from personal channelEuAndreh2023-03-131-1/+1
* system.scm: Fix to new import path of personal channelEuAndreh2023-03-131-1/+1
* system.scm: Adapt (ssh-file-for ...) function for new SSH key pathEuAndreh2023-03-131-1/+1
* system.scm: Use generic title for CGit root-titleEuAndreh2023-03-121-1/+1
* system.scm: Use root@tld for certbot emailEuAndreh2023-03-121-1/+1
* system.scm: Require /mnt/production to be mounted for bootEuAndreh2023-03-121-0/+1
* system.scm: Explicitly say where mail is storedEuAndreh2023-03-121-1/+4
* system.scm: Put dovecot together with postfix service in listEuAndreh2023-03-121-1/+1
* system.scm: Use "queue:" prefix for (xyz euandreh queue)EuAndreh2023-03-121-7/+7
* system.scm: Remove leftover spaceEuAndreh2023-03-111-1/+1
* system.scm: (enable-index-links? #t) for cgitEuAndreh2023-03-111-0/+1
* system.scm: Add cache by default for nginx static assetsEuAndreh2023-03-111-1/+6
* system.scm: Fix all importsEuAndreh2023-03-111-26/+5
* system.scm: Shrinkmore by removing inlined filesEuAndreh2023-03-111-620/+48
* src/infrastructure/guix/system.scm: Start to shrink it•••Remove all the email-related code. EuAndreh2023-03-112-1168/+218
* Copy files backEuAndreh2023-03-111-2/+4
* channels.scm: Remove "nonguix" channelEuAndreh2023-03-111-9/+1
* src/infrastructure/guix/channels.scm: Do not depend on forked "guix" channelEuAndreh2023-03-101-11/+1
* system.scm: Fix position of -r REPO argument for backup jobEuAndreh2022-12-091-2/+2
* system.scm: Parameterize "etc-shadow" group for dovecot2 configurationEuAndreh2022-12-081-16/+18
* system.scm: Do not create /var/empty home directory for system usersEuAndreh2022-12-081-0/+5
* src/infrastructure/guix/system.scm: Checkpoint on commited changes•••Too many changes that accumulated over time: - shell aliases in /etc/rc; - SSH client configuration in /etc/ssh.conf; - Guile setup script in /etc/init.scm - r(1) command for running thing with the correct environment; - borg -r REPO option, and an extra cronjob for backing up to /mnt/backup/borg; - an extra btrfs disk on /mnt/backup/ - WIP setup of services in containers using (least-authority-wrapper ...); - a couple of FIXME markers for WIP tasks; - azula joins the WireGuard VPN. EuAndreh2022-12-081-94/+593