mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +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 = {};
|
||||
|
||||
services.udev.packages = [self.defaultPackage.${pkgs.system}];
|
||||
services.udev.packages = [self.packages.${pkgs.system}.default];
|
||||
|
||||
systemd.services."palantir" = {
|
||||
wantedBy = ["multi-user.target"];
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
} else {});
|
||||
|
||||
serviceConfig = let
|
||||
pkg = self.defaultPackage.${pkgs.system};
|
||||
pkg = self.packages.${pkgs.system}.default;
|
||||
in {
|
||||
Restart = "on-failure";
|
||||
ExecStart = "${pkg}/bin/palantir";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue