aboutsummaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-0/+1
|
* etc/sh/rc: Ignore .git in "tree" aliasEuAndreh2023-04-051-1/+1
|
* etc/guix/home.scm: Run GC in cronjob tooEuAndreh2023-04-051-2/+3
|
* etc/guix/home.scm: Place pax-utils in the correct listEuAndreh2023-04-021-1/+1
|
* etc/guix/home.scm: Add pax-utils package (for scanelf(1))EuAndreh2023-04-021-0/+1
|
* etc/sh/rc: Fix vcs-ps1 outside repositoryEuAndreh2023-04-021-1/+3
|
* etc/sh/rc: Add timeout to vcs(1) ps1EuAndreh2023-04-021-1/+5
|
* etc/ssh/authorized_keys: Disallow root@toph keyEuAndreh2023-04-011-1/+0
| | | | | The 3-2-1 rule for toph is already satisfied, so having this extra disk is not required for complying with it.
* etc/nix/configuration.nix: Enable udisk2 serviceEuAndreh2023-04-011-0/+1
|
* etc/guix/home.scm: Add "es" dictionaryEuAndreh2023-04-011-0/+1
|
* etc/git/config: Disable detached HEAD notificationEuAndreh2023-03-301-0/+2
|
* etc/guix/home.scm: Add "gnome-disk-utility" packageEuAndreh2023-03-291-0/+1
|
* etc/guix/home.scm: Add "fakeroot" packageEuAndreh2023-03-291-0/+1
|
* etc/guix/home.scm: Fix build of "apk-tools" packageEuAndreh2023-03-281-10/+4
|
* etc/sh/cronjob.sh: Increase timeout to 3 hoursEuAndreh2023-03-281-1/+1
|
* etc/nix/configuration.nix: nixfmtEuAndreh2023-03-271-3/+1
|
* Revert "etc/nix/configuration.nix: Remove and disable CUPS configuration"EuAndreh2023-03-271-0/+68
| | | | This reverts commit 541f6250b6867e729f5a96234f185df7f1c68711.
* etc/nix/configuration.nix: Add more localesEuAndreh2023-03-271-1/+9
|
* etc/guix/home.scm: Add finished "abuild" package and WIP "apk-tools" packageEuAndreh2023-03-261-0/+105
|
* etc/guix/home.scm: Include mpv besides vlcEuAndreh2023-03-241-0/+1
|
* etc/ssh/known_hosts: Update GitHub RSA keyEuAndreh2023-03-241-1/+1
| | | | https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/
* etc/guix/home.scm: Add Guile dependencies required for building GuixEuAndreh2023-03-241-0/+9
|
* etc/sh/rc: Finalize path_add() functionEuAndreh2023-03-231-16/+16
|
* etc/guix/home.scm: Shrink import listEuAndreh2023-03-221-26/+8
|
* Add "td" package in Guix and NixEuAndreh2023-03-222-0/+8
|
* etc/guix/home.scm: Uncomment guile-heredocEuAndreh2023-03-211-1/+1
| | | | Use "guile-heredoc" over "guile-heredoc-latest".
* etc/guix/system.scm: Better handling of binfmt architecturesEuAndreh2023-03-181-1/+18
| | | | | | | To allow the same `systems.scm` configuration file to be used in hardwares of different architectures and prevent registering in binfmt the architecture of the bare metal machine, dynamically filter out the current architecture of the declared `desired-architectures`.
* etc/ssh/config.tmpl: Proper placement of the "Include" directiveEuAndreh2023-03-181-2/+2
| | | | | | | | | From [0]: > In other words the Include directive must go to the top of the > config file (before the "body" made of Host blocks) [0]: https://superuser.com/questions/1162387/whats-wrong-with-my-openssh-include-directive
* etc/guix/home.scm: Simpler scheduling time of cronjobsEuAndreh2023-03-181-3/+3
|
* etc/nix/configuration.nix: Enable libvirtd virtualisationEuAndreh2023-03-171-0/+1
|
* etc/guix/system.scm: Remove unused imports, use import macrosEuAndreh2023-03-161-55/+31
|
* etc/guix/system.scm: Use patched version of rottlogEuAndreh2023-03-161-0/+7
|
* etc/guix/system.scm: Use default config of local Postfix from org-euandre ↵EuAndreh2023-03-161-55/+11
| | | | channel
* etc/nix/configuration.nix: Remove empty line separator of Postfix configEuAndreh2023-03-161-1/+0
|
* etc/guix/system.scm: Use default values for Postfix main.cf, instead of ↵EuAndreh2023-03-161-7/+0
| | | | re-hashing them
* etc/nix/configuration.nix: nixfmtEuAndreh2023-03-161-3/+1
|
* etc/nix/configuration.nix: Add configuration for proper local Postfix + ↵EuAndreh2023-03-161-0/+19
| | | | remote relays
* etc/guix/system.scm: Remove ad-hoc service creating /var/lib/andrehEuAndreh2023-03-161-9/+0
|
* etc/guix/system.scm: Inline "toph" and "toph.tld" variablesEuAndreh2023-03-161-6/+3
|
* etc/guix/system.scm: Inline "whoami" variableEuAndreh2023-03-161-3/+1
|
* etc/guix/system.scm: Rename /var/lib/{andreh => private}/EuAndreh2023-03-161-2/+2
|
* etc/guix/system.scm: Remove local Postfix service code, use from org-euandre ↵EuAndreh2023-03-161-257/+61
| | | | channel
* etc/sh/cronjob.sh: Also load /etc/profile to get /run/setuid-programs in $PATHEuAndreh2023-03-151-2/+4
|
* etc/sh/rc: Enable $DISPLAY to be unset without erroringEuAndreh2023-03-151-1/+1
|
* etc/sh/cronjob.sh: Increase timeout to 2 hoursEuAndreh2023-03-151-2/+2
|
* etc/ssh/authorized_keys: {andreh => root}@tophEuAndreh2023-03-141-1/+1
|
* etc/sh/cronjob.sh: Fix space trimming on report outputEuAndreh2023-03-141-0/+1
|
* etc/git/config: Use tabs for indentationEuAndreh2023-03-141-16/+16
|
* etc/guix/home.scm: Remove local copy of clipmenu-latestEuAndreh2023-03-141-88/+3
| | | | | | The patch [0] was merged upstream. [0]: https://issues.guix.gnu.org/58931
* etc/guix/system.scm: Add Nix system serviceEuAndreh2023-03-131-0/+3
|