aboutsummaryrefslogtreecommitdiff
path: root/etc/lisp-cli/init.lisp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-30etc/guix/channels.scm: Change guix.git channel back to upstreamEuAndreh1-1/+1
2023-01-30etc/guix/home.scm: Run backup cronjob later at nightEuAndreh1-1/+1
2023-01-04etc/guix/system.scm: Remove unused desktop environmentsEuAndreh1-6/+0
2022-12-27etc/guix/home.scm: Add "enscript" packageEuAndreh1-0/+1
2022-12-24etc/sh/rc: export $VG_FLAGSEuAndreh1-0/+7
2022-12-18etc/guix/home.scm: Switch to clang toolchaingEuAndreh1-2/+2
2022-12-18etc/sh/rc: Remove -flto from $CFLAGS and $LDFLAGSEuAndreh1-2/+1
2022-12-16bin/z: Use $TMPDIR: allow z(1) to work on non-writable directoriesEuAndreh1-2/+1
2022-12-16etc/sh/rc: Add _POSIX_C_SOURCE to $CFLAGS by defaultEuAndreh1-1/+1
2022-12-16etc/guix/system.scm: Add nss-mdns packageEuAndreh1-0/+1
As an attempt to make Avahi find the .local address of the printer.
2022-12-16etc/guix/system.scm: Fix build and activation of EPSON driverEuAndreh1-3/+3
2022-12-08etc/sh/rc: Use -O0 optimizations by defaultEuAndreh1-1/+1
2022-12-08etc/ssh/known_hosts: Add 2 more entries for GitHub serversEuAndreh1-1/+3
2022-12-07etc/sh/rc: Fallback values when $XDG_DOWNLOAD_DIR does not existEuAndreh1-1/+1
2022-12-06etc/guix/system.scm: Use strict IP for toph endpointEuAndreh1-1/+1
2022-12-06etc/guix/system.scm: Use variable name of "toph" over literal stringEuAndreh1-1/+1
2022-12-06bin/vm: Fix help string indentationEuAndreh1-3/+3
2022-12-03bin/vm: Actually implement dry-run for the "down" actionEuAndreh1-3/+9
2022-12-03bin/vm: Place logs under $XDG_LOG_HOMEEuAndreh1-2/+2
2022-12-03bin/vm: Make snapshot the defaultEuAndreh1-3/+3
2022-12-03bin/status-bar: Use the updated VM counter logicEuAndreh1-1/+1
2022-12-03bin/vm: Disable ShellCheck warningEuAndreh1-0/+1
2022-12-03bin/vm: Ignore known_hosts on SSHing into vmEuAndreh2-3/+3
2022-12-03etc/ssh/known_hosts: Remove vm host keysEuAndreh1-7/+0
2022-12-03bin/vm: Support portmapping, custom memory and partial custom imageEuAndreh1-20/+68
2022-12-03bin/vm: Bail out when given a bad prefixEuAndreh1-0/+5
2022-12-03etc/ssh/known_hosts: Add Ubuntu VM keyEuAndreh1-0/+1
2022-12-03bin/vm: Improve help string documentationEuAndreh1-7/+20
2022-12-03bin/vm: Support -n for dry-run and "-- --flags" forwarding to QEMUEuAndreh1-18/+51
2022-12-02bin/vm: v2EuAndreh3-57/+120
- support -S flag for toggling snapshot mode; - support -G flag for toggling GUI mode; - dynamically discover available images; - dynamically find available ports to map to 22.
2022-12-02bin/serve: Find a port instead of having a hard-coded fallbackEuAndreh1-2/+2
2022-12-02bin/serve: Do not wait for the browser before start listeningEuAndreh1-1/+2