Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(systemd): add tildeverse-web-devpreview.service systemd user service file

Also forgot to commit the hell out of gitconfig stuff in previous commit, apologies.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

+13
+12
.config/systemd/user/tildeverse-web-devpreview.service
··· 1 + [Unit] 2 + Description=mkdocs serve over port 18034 3 + 4 + [Service] 5 + WorkingDirectory=/home/ajhalili2006/projects/andreijiroh.dev/tilde 6 + ExecStart=/home/ajhalili2006/.local/bin/mkdocs serve --watch-theme -a 127.0.0.1:18034 7 + StartLimitBurst=3 8 + StartLimitInterval=60 9 + 10 + [Install] 11 + WantedBy=default.target 12 +
+1
.gitconfig
··· 76 76 skip-ci = push -o ci.skip 77 77 root = rev-parse --show-toplevel 78 78 signoff-commit = commit --signoff 79 + signoff = signoff-commit