summaryrefslogtreecommitdiff
path: root/systems
AgeCommit message (Collapse)Author
2024-05-29disable sudo timeout in ayaseMarek Paśnikowski
2024-05-28update location of %distribution-servicesMarek Paśnikowski
2024-05-26name the ayase system for use with guix system -eMarek Paśnikowski
2024-05-25sort fields of ayase system-servicesMarek Paśnikowski
2024-05-25install non-free kernel infrastructure in ayaseMarek Paśnikowski
2024-05-25abstract away complexity in ayase marek-accountMarek Paśnikowski
2024-05-25abstract away complexity in ayase root-partitionMarek Paśnikowski
2024-05-25drop data separation in ayase root-partition and fix swap uuidMarek Paśnikowski
2024-05-25change abstraction of ayase swap-spaceMarek Paśnikowski
2024-05-25abstract away complex elements from ayase operating-systemMarek Paśnikowski
2024-05-25drop data separation in ayase operating-systemMarek Paśnikowski
2024-05-25separate data from logic in ayase root-partitionMarek Paśnikowski
2024-05-25separate data from logic in ayase bootloaderMarek Paśnikowski
2024-05-25separate data from logic in ayase main-swapMarek Paśnikowski
2024-05-25use map to maintain package list in ayase operating-systemMarek Paśnikowski
2024-05-25separate data from logic in ayase operating-systemMarek Paśnikowski
2024-05-25ayase system-configuration: use %distribution-services: add nonguix substitutesMarek Paśnikowski
2024-05-23ayase: remove the org file: drop literate programmingMarek Paśnikowski
2024-05-23ayase: initialize system-configuration: new installationMarek Paśnikowski
2024-05-22aisaka: remove nss-certs from packages: currently implicit in system ↵Marek Paśnikowski
configuration
2024-05-10izumi system-configuration: implement and use nginx service with git group: ↵Marek Paśnikowski
cgit and gitolite cooperation
2024-05-10izumi: prepare custom nginx-service-type use in cgit: add nginx to git groupMarek Paśnikowski
2024-05-09izumi: deploy sudoers configuration: unlimited wait for passwordMarek Paśnikowski
2024-04-25izumi: update emacs-org-fc: new git versionMarek Paśnikowski
2024-04-24izumi: add marekpasnikowski.pl to hosts file: redundancyMarek Paśnikowski
2024-04-20izumi: update org-fc: improved review mechanismMarek Paśnikowski
2024-04-19emacs-configuration: change text flow: enable wide linesMarek Paśnikowski
2024-04-14org-fc: update: change to incremental memorizationMarek Paśnikowski
2024-04-04guix-channel: remove dependency on private-inputs: interference with other ↵Marek Paśnikowski
systems
2024-04-03aisaka: rename modules: reflect new file structureMarek Paśnikowski
2024-03-30aisaka: change configuration prefix: move to deployment channelMarek Paśnikowski
2024-03-29aisaka: uninstall emacs-org-fc-tn: fix reconfiguration errorMarek Paśnikowski
2024-03-20Move all code into new directory structureMarek Paśnikowski
2024-03-17Adjust Emacs configuration, mostly remove autoscrollMarek Paśnikowski
2024-03-04Improve content width handling in EmacsMarek Paśnikowski
2024-03-04Update Org-FCMarek Paśnikowski
2024-02-12Move git resources to the Public folderMarek Paśnikowski
2024-02-11Transfer git repositories to DocumentsMarek Paśnikowski
2024-02-10Add newlines to the bash prompt for nicer UIMarek Paśnikowski
2024-02-04Enable automatic signing of git commitsMarek Paśnikowski
2024-02-02Disable Emacs Backup filesMarek Paśnikowski
2024-02-01Reform package installationMarek Paśnikowski
2024-02-01Stop sourcing .profile in bashrcMarek Paśnikowski
This led to duplicated entries in the $PATH.
2024-02-01Mark old guix generations for deletion in aliasesMarek Paśnikowski
2024-01-31Set Emacs Org visibility for izumi to showallMarek Paśnikowski
2024-01-30Move channels.scm to the top-levelMarek 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-30Rename "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-30Define channels-service-typeMarek Paśnikowski
This change is a step towards my goal of "everything is a service".
2024-01-27Reorganize the channels.scm fileMarek 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-26Update the channels.scm fileMarek Paśnikowski
This commit points the personal channel declaration to "channel" branch of the repository and sets the url to the actual web server.