Skip to content

Commit 09c7b2a

Browse files
committed
proxmox: remove unneeded extra paths
1 parent ad258cf commit 09c7b2a

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

nixos/pve-components/proxmox.nix

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
{ pkgs, config, ... }:
2-
let
3-
extraPath =
4-
with pkgs;
5-
(
6-
[
7-
util-linux
8-
swtpm
9-
]
10-
++ (lib.optionals (config.boot.supportedFilesystems.zfs or false) [
11-
zfs
12-
])
13-
);
14-
in
15-
{
1+
_: {
162
services.proxmox-ve.enable = true;
173

18-
systemd.services.pvedaemon.path = extraPath;
19-
systemd.services.pve-guests.path = extraPath;
204
systemd.services.pvescheduler.serviceConfig = {
215
Restart = "always";
226
RestartSec = 5;

0 commit comments

Comments
 (0)