summaryrefslogtreecommitdiff
path: root/home-configuration.scm
AgeCommit message (Expand)Author
2024-01-14Add alias to emacsclient -nw...It was getting tiring to keep typing the full emacsclient command each I wanted to write some code. Alias it to simple "edit". Marek Paśnikowski
2024-01-14Set emacsclient as the default editor...Vim being the editor that pops on every git commit is a problem for me. My editor of choice is Emacs. The EDITOR variable is set to "emacsclient -nw" in order to use emacs whenever an editor is needed. Marek Paśnikowski
2024-01-14Allow cgit to see gitolite repositories...The gitolite service is implemented in such a way, that only the git group can access the gitolite home directory. This blocks cgit from accessing the repositories subfolder. The simple addition of the executable bit on the /var/lib/gitolite directory allows the access to the desired subfolder without actually exposing any other contents of the gitolite home directory. Additionaly a reminder to upstream this change is emitted on each system reconfiguration. Marek Paśnikowski
2024-01-14stop manipulating client repository with configurationsMarek Paśnikowski
2024-01-14Fix missing file extension on the channels fileMarek Paśnikowski
2024-01-14Bring back the fix to the error on divergent Git branchesMarek Paśnikowski
2024-01-14Link to the channels.scm file inside the GNU storeMarek Paśnikowski
2024-01-14Use git -C to actually pull updatesMarek Paśnikowski
2024-01-14Improve HOME-FILES-SERVICE-TYPE's formattingMarek Paśnikowski
2024-01-14Test fix for aliasesMarek Paśnikowski
2024-01-14Fix position of pwgen installation declarationMarek Paśnikowski
2024-01-14Fix error with cases of divergent branchesMarek Paśnikowski
2024-01-14Install pwgenMarek Paśnikowski
2024-01-14Enable work with remote configuration repositoryMarek Paśnikowski
2024-01-14Kill history to remove past secretsMarek Paśnikowski