diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index b7fa387..c0f61bb 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -123,5 +123,9 @@ echo "eth" > /sys/bus/pci/devices/0000:04:00.0/mlx4_port1 echo "eth" > /sys/bus/pci/devices/0000:04:00.0/mlx4_port2 ''; + serviceConfig = { + User = "root"; + Group = "root"; + }; }; }