Skip to content

Commit 837bd49

Browse files
committed
fix broken
1 parent 342e59a commit 837bd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/system.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
enable = true;
133133
serviceConfig = {
134134
Type="notify";
135-
ExecStart="${pkgs.nebula}/bin/nebula -config /root/config-acmclock.yml";
135+
ExecStart="/usr/local/bin/nebula -config /etc/nebula.yml";
136136
Restart="always";
137137
};
138138
};

0 commit comments

Comments
 (0)