Update nixpkgs to 25.11-beta
This commit is contained in:
@@ -37,7 +37,7 @@ in
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
Slice = "background.slice";
|
||||
ExecStart = "${lib.getExe pkgs.mpc-cli} update --wait";
|
||||
ExecStart = "${lib.getExe pkgs.mpc} update --wait";
|
||||
|
||||
PrivateUsers = true;
|
||||
ProtectSystem = true;
|
||||
|
||||
Reference in New Issue
Block a user