Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-29 | disable sudo timeout in ayase | Marek Paśnikowski | |
2024-05-28 | update location of %distribution-services | Marek Paśnikowski | |
2024-05-26 | name the ayase system for use with guix system -e | Marek Paśnikowski | |
2024-05-25 | sort fields of ayase system-services | Marek Paśnikowski | |
2024-05-25 | install non-free kernel infrastructure in ayase | Marek Paśnikowski | |
2024-05-25 | abstract away complexity in ayase marek-account | Marek Paśnikowski | |
2024-05-25 | abstract away complexity in ayase root-partition | Marek Paśnikowski | |
2024-05-25 | drop data separation in ayase root-partition and fix swap uuid | Marek Paśnikowski | |
2024-05-25 | change abstraction of ayase swap-space | Marek Paśnikowski | |
2024-05-25 | abstract away complex elements from ayase operating-system | Marek Paśnikowski | |
2024-05-25 | drop data separation in ayase operating-system | Marek Paśnikowski | |
2024-05-25 | separate data from logic in ayase root-partition | Marek Paśnikowski | |
2024-05-25 | separate data from logic in ayase bootloader | Marek Paśnikowski | |
2024-05-25 | separate data from logic in ayase main-swap | Marek Paśnikowski | |
2024-05-25 | use map to maintain package list in ayase operating-system | Marek Paśnikowski | |
2024-05-25 | separate data from logic in ayase operating-system | Marek Paśnikowski | |
2024-05-25 | ayase system-configuration: use %distribution-services: add nonguix substitutes | Marek Paśnikowski | |
2024-05-23 | ayase: remove the org file: drop literate programming | Marek Paśnikowski | |
2024-05-23 | ayase: initialize system-configuration: new installation | Marek Paśnikowski | |
2024-05-22 | aisaka: remove nss-certs from packages: currently implicit in system ↵ | Marek Paśnikowski | |
configuration | |||
2024-05-10 | izumi system-configuration: implement and use nginx service with git group: ↵ | Marek Paśnikowski | |
cgit and gitolite cooperation | |||
2024-05-10 | izumi: prepare custom nginx-service-type use in cgit: add nginx to git group | Marek Paśnikowski | |
2024-05-09 | izumi: deploy sudoers configuration: unlimited wait for password | Marek Paśnikowski | |
2024-04-25 | izumi: update emacs-org-fc: new git version | Marek Paśnikowski | |
2024-04-24 | izumi: add marekpasnikowski.pl to hosts file: redundancy | Marek Paśnikowski | |
2024-04-20 | izumi: update org-fc: improved review mechanism | Marek Paśnikowski | |
2024-04-19 | emacs-configuration: change text flow: enable wide lines | Marek Paśnikowski | |
2024-04-14 | org-fc: update: change to incremental memorization | Marek Paśnikowski | |
2024-04-04 | guix-channel: remove dependency on private-inputs: interference with other ↵ | Marek Paśnikowski | |
systems | |||
2024-04-03 | aisaka: rename modules: reflect new file structure | Marek Paśnikowski | |
2024-03-30 | aisaka: change configuration prefix: move to deployment channel | Marek Paśnikowski | |
2024-03-29 | aisaka: uninstall emacs-org-fc-tn: fix reconfiguration error | Marek Paśnikowski | |
2024-03-20 | Move all code into new directory structure | Marek Paśnikowski | |
2024-03-17 | Adjust Emacs configuration, mostly remove autoscroll | Marek Paśnikowski | |
2024-03-04 | Improve content width handling in Emacs | Marek Paśnikowski | |
2024-03-04 | Update Org-FC | Marek Paśnikowski | |
2024-02-12 | Move git resources to the Public folder | Marek Paśnikowski | |
2024-02-11 | Transfer git repositories to Documents | Marek Paśnikowski | |
2024-02-10 | Add newlines to the bash prompt for nicer UI | Marek Paśnikowski | |
2024-02-04 | Enable automatic signing of git commits | Marek Paśnikowski | |
2024-02-02 | Disable Emacs Backup files | Marek Paśnikowski | |
2024-02-01 | Reform package installation | Marek Paśnikowski | |
2024-02-01 | Stop sourcing .profile in bashrc | Marek Paśnikowski | |
This led to duplicated entries in the $PATH. | |||
2024-02-01 | Mark old guix generations for deletion in aliases | Marek Paśnikowski | |
2024-01-31 | Set Emacs Org visibility for izumi to showall | Marek Paśnikowski | |
2024-01-30 | Move channels.scm to the top-level | Marek Paśnikowski | |
This file is going to collect all channel definitions, independent of any deployment variables. Also, update the missed "secrets" name in .guix-channel . | |||
2024-01-30 | Rename "channel" to "deployment" | Marek Paśnikowski | |
This is the best name I could come up with to describe the actual purpose of the channel. Note that git optimized my reorder of the channel definitions due to the rename. It is all fine, there are no actual changes inside the code. | |||
2024-01-30 | Define channels-service-type | Marek Paśnikowski | |
This change is a step towards my goal of "everything is a service". | |||
2024-01-27 | Reorganize the channels.scm file | Marek Paśnikowski | |
Squashed commit of the following: commit b13c42e76bafd8ea494700e3be75eb4212231623 Author: Marek Paśnikowski <marek@marekpasnikowski.pl> Date: Sat Jan 27 02:16:29 2024 +0100 Separate data from logic in definition of marekpasnikowski The intent is to implement the "no literals in logic" strategy. commit 0974fba9ac30cfab548b84419c846dd782917a57 Author: Marek Paśnikowski <marek@marekpasnikowski.pl> Date: Sat Jan 27 02:08:04 2024 +0100 Separate data from logic in definition of guix The intent is to implement the "no literals in logic" strategy. commit f30e5406b7508f77a528f50c1c71463eab1bb334 Author: Marek Paśnikowski <marek@marekpasnikowski.pl> Date: Sat Jan 27 01:20:06 2024 +0100 Define marekpasnikowski channel The goal is functional decomposition of the file. commit 762534ac39b88f7a9d0040af4a49d00222496884 Author: Marek Paśnikowski <marek@marekpasnikowski.pl> Date: Sat Jan 27 01:02:14 2024 +0100 Define guix channel The goal is functional decomposition of the file. | |||
2024-01-26 | Update the channels.scm file | Marek Paśnikowski | |
This commit points the personal channel declaration to "channel" branch of the repository and sets the url to the actual web server. |