aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/guix/home.scm: Add finished "abuild" package and WIP "apk-tools" packageEuAndreh2023-03-261-0/+105
|
* share/aux-repo/aux/workflow/TODOs.sh: Remove FIXMEEuAndreh2023-03-261-1/+1
|
* Makefile: Exclude share/aux-repo from ShellCheckEuAndreh2023-03-261-0/+1
|
* share/aux-repo/: Add common test scriptsEuAndreh2023-03-252-0/+48
|
* share/aux-repo/: Add existing files AS-ISEuAndreh2023-03-2513-0/+615
|
* bin/aux: Allow files to be copied to be parameterizedEuAndreh2023-03-251-14/+28
|
* bin/record-my-screen: Add working utilityEuAndreh2023-03-241-0/+74
|
* 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
|
* bin/vm: Report if VM is running as a snapshot in "status" actionEuAndreh2023-03-231-1/+11
|
* Makefile: Exclude mint from uploadEuAndreh2023-03-231-1/+2
|
* bin/vm: Set user to "vm"EuAndreh2023-03-231-0/+1
|
* bin/vm: Add -S option of help string exampleEuAndreh2023-03-231-1/+1
|
* Makefile: Strip .qcow2 from image namesEuAndreh2023-03-232-1/+2
|
* bin/vm: Allow it to get QCoW2 images from remoteEuAndreh2023-03-231-0/+18
|
* Makefile: Add "upload" target to send VM imagesEuAndreh2023-03-231-0/+7
|
* 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".
* bin/vm: Do not fail when VM is already up or downEuAndreh2023-03-211-2/+2
|
* bin/untill: Add support for "-m MAX" optionEuAndreh2023-03-211-6/+14
|
* 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
|
* Makefile: Add email across servers in checkEuAndreh2023-03-181-0/+2
|
* etc/nix/configuration.nix: Enable libvirtd virtualisationEuAndreh2023-03-171-0/+1
|
* Makefile: Store Guix result symlinks under varEuAndreh2023-03-171-4/+4
|
* Makefile: buid Guix files in "all" targetEuAndreh2023-03-171-0/+8
|
* 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
|
* Makefile: Always build tildeEuAndreh2023-03-161-1/+1
|
* Makefile: Generate postmap derived files in tilde repositoryEuAndreh2023-03-161-9/+0
|
* etc/guix/system.scm: Remove local Postfix service code, use from org-euandre ↵EuAndreh2023-03-161-257/+61
| | | | channel
* bin/boop: Add -n optionEuAndreh2023-03-151-3/+8
|
* Makefile: Add username@ to subject on "check-aliases"EuAndreh2023-03-151-1/+1
|
* 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
|
* Makefile: Add $(hostname) of sender in "check-aliases"EuAndreh2023-03-151-1/+1
|
* Makefile: Add "check-aliases" targetEuAndreh2023-03-151-1/+6
|