aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/guix/system.scm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1167/+217
* Copy files backEuAndreh2023-03-111-2/+4
* 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
* Revert "system.scm: Decrease permission of Postfix queue dir"•••This reverts commit a2e771b597c7b1fb6f9e5438002e8250f1fa906c. It breaks Postfix. EuAndreh2022-11-301-1/+1
* system.scm: Use default config of dkimproxyout-service-typeEuAndreh2022-11-301-3/+1
* system.scm: Decrease permission of Postfix queue dirEuAndreh2022-11-301-1/+1
* system.scm: Add config for mta-sts subdomainEuAndreh2022-11-301-1/+23
* system.scm: Disable WIP Cyrus SASL auth in ProsodyEuAndreh2022-11-301-1/+2
* src/infrastructure/guix/channels.scm: Use fork of "guix" channelEuAndreh2022-11-301-1/+1
* system.scm: Add "btop" packageEuAndreh2022-11-291-0/+1
* src/infrastructure/guix/system.scm: Cleanup doc strings; shuffle things aroundEuAndreh2022-11-291-58/+12
* src/infrastructure/guix/system.scm: Remove nanolist-service-typeEuAndreh2022-11-291-1/+0
* src/infrastructure/guix/system.scm: Move many services to package-repositoryEuAndreh2022-11-291-505/+0
* src/infrastructure/guix/system.scm: Create "git-dir" variable to store "/srv/...EuAndreh2022-11-281-6/+8
* src/infrastructure/guix/system.scm: Fix email loop with virtual_alias_databaseEuAndreh2022-11-281-4/+5