summary refs log tree commit diff
path: root/nixos/modules/services/computing/torque/server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/computing/torque/server.nix')
-rw-r--r--nixos/modules/services/computing/torque/server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/computing/torque/server.nix b/nixos/modules/services/computing/torque/server.nix
index 21c5a4f4672..8d923fc04d4 100644
--- a/nixos/modules/services/computing/torque/server.nix
+++ b/nixos/modules/services/computing/torque/server.nix
@@ -21,7 +21,7 @@ in
     environment.systemPackages = [ pkgs.torque ];
 
     systemd.services.torque-server-init = {
-      path = with pkgs; [ torque utillinux procps inetutils ];
+      path = with pkgs; [ torque util-linux procps inetutils ];
 
       script = ''
         tmpsetup=$(mktemp -t torque-XXXX)