This commit is contained in:
Sakooooo 2024-07-14 15:47:56 +04:00
parent 8353f93661
commit 664cc070d2
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -110,7 +110,7 @@ in {
User = "sako"; User = "sako";
Type = "simple"; Type = "simple";
}; };
script = "${pkgs.hydroxide} serve"; script = "${pkgs.hydroxide}/bin/hydroxide serve";
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
}; };