Skip to content

Commit 741b2fd

Browse files
committed
systemd: remove packages from path that are used for exec start
1 parent 44c2311 commit 741b2fd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

machines/tom/systemd/services/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
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\"";
@@ -30,7 +29,6 @@
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\"";
@@ -51,7 +49,6 @@
5149
"slack:tails.service"
5250
];
5351
path = [
54-
pkgs.git
5552
pkgs.openssh
5653
];
5754
serviceConfig = {
@@ -71,7 +68,6 @@
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;
@@ -91,7 +87,6 @@
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;

0 commit comments

Comments
 (0)