File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
machines/tom/systemd/services Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66
77## patches
88
9+ - ` systemd ` : remove packages from path that are used for exec start 2025-03-23
910- ` systemd ` : pull latest changes of sandbox applications on updates 2025-03-22
1011- ` nvim ` : jump to diagnostic information if code raises the warning 2025-03-22
1112- ` go ` : install an entire suite of gotools for improved development 2025-03-22
Original file line number Diff line number Diff line change 1515 wantedBy = [ "default.target" ] ;
1616 path = [
1717 pkgs . git
18- pkgs . nix
1918 ] ;
2019 serviceConfig = {
2120 ExecStart = "${ pkgs . nix } /bin/nix develop .#backup --command bash -c \" ./backup/backup.sh\" " ;
3029 wantedBy = [ "default.target" ] ;
3130 path = [
3231 pkgs . git
33- pkgs . nix
3432 ] ;
3533 serviceConfig = {
3634 ExecStart = "${ pkgs . nix } /bin/nix develop --command bash -c \" minecraft-server\" " ;
5149 "slack:tails.service"
5250 ] ;
5351 path = [
54- pkgs . git
5552 pkgs . openssh
5653 ] ;
5754 serviceConfig = {
7168 wantedBy = [ "default.target" ] ;
7269 path = [
7370 pkgs . git
74- pkgs . nix
7571 ] ;
7672 serviceConfig = {
7773 EnvironmentFile = /home/ez/productions/slack/sandbox/py.bolt.snaek/.env.production ;
9187 wantedBy = [ "default.target" ] ;
9288 path = [
9389 pkgs . git
94- pkgs . nix
9590 ] ;
9691 serviceConfig = {
9792 EnvironmentFile = /home/ez/productions/slack/sandbox/js.bolt.tails/.env.production ;
You can’t perform that action at this time.
0 commit comments