Age | Commit message (Expand) | Author |
2024-01-25 | Remove the (nongnu packages) dependency after all | Marek Paśnikowski |
2024-01-25 | Another attempt to restore (nongnu packages mozilla) | Marek Paśnikowski |
2024-01-25 | Attempt to restore (nongnu packages mozilla) | Marek Paśnikowski |
2024-01-25 | Add missing (gnu home) module | Marek Paśnikowski |
2024-01-25 | See what happens with missing mozilla module | Marek Paśnikowski |
2024-01-25 | Fix channels module name | Marek Paśnikowski |
2024-01-25 | Comment out the package, to focus on the module only | Marek Paśnikowski |
2024-01-25 | Add missing module | Marek Paśnikowski |
2024-01-24 | Fix missing variable | Marek Paśnikowski |
2024-01-24 | Test existence of packages directory | Marek Paśnikowski |
2024-01-24 | Turn the channel list into a proper module | Marek Paśnikowski |
2024-01-24 | Test changing channel name | Marek Paśnikowski |
2024-01-24 | Move the test module inside a test directory | Marek Paśnikowski |
2024-01-24 | Reveal guix channel | Marek Paśnikowski |
2024-01-24 | See if reformatting the dot guix files helps | Marek Paśnikowski |
2024-01-24 | Paste example package to test if the module can not be empty | Marek Paśnikowski |
2024-01-24 | Change module name to maybe reflect reality | Marek Paśnikowski |
2024-01-24 | Make test.scm depend on (guix packages) | Marek Paśnikowski |
2024-01-24 | Add forgotten module to git | Marek Paśnikowski |
2024-01-24 | Yet Another Attempt to Instantiate the Channel | Marek Paśnikowski |
2024-01-23 | url is not needed in the .guix-channel file | Marek Paśnikowski |
2024-01-23 | Move channel name up in the code | Marek Paśnikowski |
2024-01-23 | Add .guix-channel file | Marek Paśnikowski |
2024-01-23 | Another attempt to solve the channel error | Marek Paśnikowski |
2024-01-23 | Try to facilitate git-http by using the default uri-path | Marek Paśnikowski |
2024-01-23 | Add fcgiwrap service to system | Marek Paśnikowski |
2024-01-23 | Point the 'channel url to the https address | Marek Paśnikowski |
2024-01-23 | Set up git-http service on cgit's location | Marek Paśnikowski |
2024-01-22 | Add .guix-channel file | Marek Paśnikowski |
2024-01-22 | Start using the channel...The PGP key name is changed because the diacritics caused some pattern matching
to fail during guix pull.
There was also wrong nesting to fix.
| Marek Paśnikowski |
2024-01-22 | Install zip and unzip...Needed for ODT export in Emacs Org.
| Marek Paśnikowski |
2024-01-18 | Point to the channel repository for reconfiguration aliases | Marek Paśnikowski |
2024-01-18 | Transfer Izumi files to a dedicated subfolder...This change is needed to accomodate existence of other configurations in the
same repository.
| Marek Paśnikowski |
2024-01-18 | Merge the Izumi repository...The ultimate goal of this change is to bring all my personal code into single
repository.
| Marek Paśnikowski |
2024-01-18 | Enable autoSetupRemote for git...I always use branches to test changes before commiting them to master. The
default behavior of git with regards to pushing new branches was getting tiring,
so I decided switch the suggested option.
master | Marek Paśnikowski |
2024-01-18 | Authorize my public key in the channel | Marek Paśnikowski |
2024-01-16 | Enable cryptography for git...Configure the GPG key for git to use.
| Marek Paśnikowski |
2024-01-16 | Repair the home-bash-configuration service...While searching for a way to ensure $GUIX_PROFILE is always set, I found out
that the bash service should not be declared explicitly, but extended instead.
This commit solves both problems by switching to home-bash-extension and then
sourcing the .profile file within .bashrc .
The .profile file is sourced explicitly, because sourcing indirectly by means of
.bash_profile opens an infinite loop. As it turned out, the .bash_profile file
sources .bashrc .
| Marek Paśnikowski |
2024-01-16 | Repair ORG-FC package...After transfer to the proper git server and removal of git-daemon, the
emacs-org-fc package broke due to the dangling repository link.
Another problem found was that the forcible rewrite to the current email address
of my patches, the commit hashes have changed.
This commit fixes those problems.
| Marek Paśnikowski |
2024-01-16 | Remove KDE packages | Marek Paśnikowski |
2024-01-14 | Add 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-14 | Set less restrictive umask in gitolite...It is not possible to manually control access rights to gitolite repositories
with chmod, as each interaction with the git server progressively erases the
reading rights for the world.
Set a world reading umask in order to allow cgit to see all the git data in
repositories.
| Marek Paśnikowski |
2024-01-14 | Set 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-14 | Allow 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-14 | Flesh out unified git server with SSH and HTTPS...Previously Gitolite and cgit were serving different directories, and also an old
installation of git-daemon was still declared in the system.
This commit points cgit to Gitolite's repositories and removes the git-daemon.
| Marek Paśnikowski |
2024-01-14 | stop manipulating client repository with configurations | Marek Paśnikowski |
2024-01-14 | Merge branch 'radicale'...The most important goal of synchronization with my phone is achieved.
| Marek Paśnikowski |
2024-01-14 | Fix load path to the secrets | Marek Paśnikowski |
2024-01-14 | feat(nginx): configure Radicale settings...Set up the reverse proxy for radicale.marekpasnikowski.pl and listen for this
subdomain. Configure the SSL certificates to include the subdomain. Fix a
warning about wrong X-Script-name and include a link to .well-known folder in
order to fix synchronization with Sailfish OS.
| Marek Paśnikowski |
2024-01-14 | Improve formatting of channels.scm | Marek Paśnikowski |