mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
fix module pkg
This commit is contained in:
parent
f72f4689e6
commit
ca1c99548b
1 changed files with 2 additions and 2 deletions
|
|
@ -197,7 +197,7 @@
|
||||||
|
|
||||||
users.groups.powermonitoring = {};
|
users.groups.powermonitoring = {};
|
||||||
|
|
||||||
services.udev.packages = [self.defaultPackage.${pkgs.system}];
|
services.udev.packages = [self.packages.${pkgs.system}.default];
|
||||||
|
|
||||||
systemd.services."palantir" = {
|
systemd.services."palantir" = {
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
} else {});
|
} else {});
|
||||||
|
|
||||||
serviceConfig = let
|
serviceConfig = let
|
||||||
pkg = self.defaultPackage.${pkgs.system};
|
pkg = self.packages.${pkgs.system}.default;
|
||||||
in {
|
in {
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
ExecStart = "${pkg}/bin/palantir";
|
ExecStart = "${pkg}/bin/palantir";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue