summaryrefslogtreecommitdiff
path: root/systems/izumi/izumi.org
AgeCommit message (Collapse)Author
2024-10-07refactor(izumi): fix indentationMarek Paśnikowski
2024-10-07refactor(izumi): consolidate ESSENTIAL-HOME-SERVICESMarek Paśnikowski
2024-10-07refactor(izumi): consolidate SHELLSMarek Paśnikowski
2024-10-07refactor(izumi): consolidate ESSENTIAL-HOME-MODULESMarek Paśnikowski
2024-10-07refactor(izumi): consolidate EMACS-HOME-PROFILEMarek Paśnikowski
2024-10-07refactor(izumi): consolidate HOME-FILES-SERVICE-TYPEMarek Paśnikowski
2024-10-07refactor(izumi): consolidate SHELLS-MODULESMarek Paśnikowski
2024-10-07refactor(izumi): consolidate HOME-BASH-SERVICE-TYPEMarek Paśnikowski
2024-10-07refactor(izumi): consolidate EMACS-ORG-FC-TN-MODULESMarek Paśnikowski
2024-10-06refactor(izumi): remove tabsMarek Paśnikowski
2024-10-06refactor(izumi): consolidate EMACS-ORG-FC-TN-PACKAGESMarek Paśnikowski
2024-10-04refactor(systems): transfer locale implementation to suweren moduleMarek Paśnikowski
2024-10-03refactor(izumi): consolidate EMACS-GUIX-MODULESMarek Paśnikowski
2024-10-02refactor(izumi): consolidate EMACS-GUIX-PACKAGESMarek Paśnikowski
2024-10-01fix(izumi): import missing module for %base-user-accountsMarek Paśnikowski
2024-10-01refactor(izumi): abstract away the vmail user accountMarek Paśnikowski
2024-09-30refactor(izumi): merge with the external definition of id1000Marek Paśnikowski
2024-09-30fix(izumi): restore definition of the Polish localeMarek Paśnikowski
2024-09-17feat(locale): change to en_US.UTF-8Marek Paśnikowski
Polish KDE translations are embarassing to look at sometimes, and participation with international community requires English too. Signed-off-by: Marek Paśnikowski <marek@marekpasnikowski.pl>
2024-09-15feat(izumi): replace GNOME with KDEMarek Paśnikowski
2024-09-12refactor(id1000): implement dkimproxy in user moduleMarek Paśnikowski
2024-09-11refactor(id1000): implement opensmtpd in user moduleMarek Paśnikowski
2024-09-11refactor(id1000): implement dovecot in user moduleMarek Paśnikowski
2024-08-25feat(izumi): install syncthingMarek Paśnikowski
2024-07-10fix mangling of file permissions by radicale serviceMarek Paśnikowski
2024-07-10move the emacs configuration to XDG-compliant locationMarek Paśnikowski
2024-07-10pretty-print the 'home-files serviceMarek Paśnikowski
2024-07-05fix authentication of fcgiwrap to gitoliteMarek Paśnikowski
2024-07-03fix typo in configuration of radicaleMarek Paśnikowski
2024-07-01update the radicale configuration to the new structureMarek Paśnikowski
2024-06-07Install gnus in izumiMarek Paśnikowski
2024-06-06follow the relocation of commons in distributionMarek Paśnikowski
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-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-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-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.