aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/config/gitconfig (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-11Copy files backEuAndreh1-0/+7
2023-03-11channels.scm: Remove "nonguix" channelEuAndreh1-9/+1
2023-03-10Split SSH public keys into files, and upload it via a make targetEuAndreh3-1/+7
2023-03-10src/infrastructure/rsync.net/authorized_keys: Remove keys from old serversEuAndreh1-3/+0
2023-03-10Makefile: cleanup existing targetsEuAndreh1-53/+2
2023-03-10src/infrastructure/guix/channels.scm: Do not depend on forked "guix" channelEuAndreh1-11/+1
2023-03-10rm -rf aux/ README.mdEuAndreh12-607/+1
2023-03-10src/infrastructure/ssh.conf: Move to dotfilesEuAndreh1-10/+0
2022-12-09system.scm: Fix position of -r REPO argument for backup jobEuAndreh1-2/+2
2022-12-08aux/: Embed files in repositoryEuAndreh11-8/+516
2022-12-08Makefile: Build public/ out of data from the repositoryEuAndreh1-7/+28
2022-12-08system.scm: Parameterize "etc-shadow" group for dovecot2 configurationEuAndreh1-16/+18
2022-12-08system.scm: Do not create /var/empty home directory for system usersEuAndreh1-0/+5
2022-12-08src/infrastructure/guix/system.scm: Checkpoint on commited changesEuAndreh1-94/+593
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.
2022-12-06src/doc/: Remove ad-hoc helper filesEuAndreh3-137/+0
2022-12-06Makefile: Add $(HOST) variableEuAndreh1-2/+3
2022-11-30Revert "system.scm: Decrease permission of Postfix queue dir"EuAndreh1-1/+1
This reverts commit a2e771b597c7b1fb6f9e5438002e8250f1fa906c. It breaks Postfix.
2022-11-30system.scm: Use default config of dkimproxyout-service-typeEuAndreh1-3/+1
2022-11-30system.scm: Decrease permission of Postfix queue dirEuAndreh1-1/+1
2022-11-30system.scm: Add config for mta-sts subdomainEuAndreh1-1/+23
2022-11-30system.scm: Disable WIP Cyrus SASL auth in ProsodyEuAndreh1-1/+2
2022-11-30src/infrastructure/guix/channels.scm: Use fork of "guix" channelEuAndreh2-2/+12
2022-11-29system.scm: Add "btop" packageEuAndreh1-0/+1
2022-11-29src/infrastructure/guix/system.scm: Cleanup doc strings; shuffle things aroundEuAndreh1-58/+12
2022-11-29src/infrastructure/guix/system.scm: Remove nanolist-service-typeEuAndreh1-1/+0
2022-11-29src/infrastructure/guix/system.scm: Move many services to package-repositoryEuAndreh1-505/+0
2022-11-28src/infrastructure/guix/system.scm: Create "git-dir" variable to store ↵EuAndreh1-6/+8
"/srv/git/git"
2022-11-28src/infrastructure/guix/system.scm: Fix email loop with virtual_alias_databaseEuAndreh1-4/+5
2022-11-28src/infrastructure/guix/system.scm: Use alias_database with "static:" is not ↵EuAndreh1-3/+4
working
2022-11-28src/infrastructure/guix/: Make uniform path for git:// and https:// accessEuAndreh2-2/+3
Instead of having repositories served over the Git protocol differ from when they are served via the Dumb HTTP protocol. Previously, nginx was doing the URL rewriting, and
2022-11-28Makefile: Add "public" as adependency to "dev-check"EuAndreh1-1/+1
2022-11-28src/infrastructure/guix/system.scm: Add hostname to cronjob email subjectEuAndreh1-1/+1
2022-11-28src/infrastructure/guix/channels.scm: Change org-euandre channelEuAndreh1-2/+2
2022-11-27Build TODOs.html on "public" targetEuAndreh6-6/+176
2022-11-27.envrc: Remove unused fileEuAndreh1-4/+0
2022-11-27src/infrastructure/ssh.conf: Store conn socket in $XDG_STATE_HOMEEuAndreh1-1/+1
2022-11-27Makefile: Revert from toph.wg to tophEuAndreh1-2/+2
2022-11-27src/infrastructure/guix/system.scm: Use "inline:" for "alias_database"EuAndreh1-2/+3
2022-11-27src/infrastructure/guix/system.scm: Use custom /etc/hosts file: Include ↵EuAndreh1-0/+13
WireGuard addresses
2022-11-27src/infrastructure/guix/system.scm: Add catchall email addressEuAndreh1-0/+2
2022-11-27Makefile: Use toph.wg for hostnameEuAndreh1-2/+2
2022-11-27src/infrastructure/guix/system.scm: Use SIGKILL for Postfix againEuAndreh1-1/+1
2022-11-27src/infrastructure/guix/system.scm: WIP setup Prosody auth via SASLEuAndreh1-3/+49
2022-11-27src/infrastructure/ssh.conf: Enable persistent SSH connectionsEuAndreh1-0/+3
2022-11-27src/infrastructure/: Settle on euandre.org as host-nameEuAndreh3-57/+12
2022-11-27src/infrastructure/guix/system.scm: Disable verbose mode of smtpd processesEuAndreh1-3/+3
2022-11-27Makefile: Also copy channels.scm in "deploy" targetEuAndreh1-1/+4
2022-11-26src/infrastructure/guix/system.scm: Add "htop" packageEuAndreh1-0/+1
2022-11-26src/infrastructure/guix/system.scm: Add libvirt and virtlog servicesEuAndreh1-0/+3
2022-11-26src/infrastructure/guix/system.scm: Add named config-file on dovecot reloadEuAndreh1-2/+5