summary refs log tree commit diff
path: root/nixos/modules/system/boot/shutdown.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/boot/shutdown.nix')
-rw-r--r--nixos/modules/system/boot/shutdown.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/shutdown.nix b/nixos/modules/system/boot/shutdown.nix
index 11041066e07..8cda7b3aabe 100644
--- a/nixos/modules/system/boot/shutdown.nix
+++ b/nixos/modules/system/boot/shutdown.nix
@@ -18,7 +18,7 @@ with lib;
 
       serviceConfig = {
         Type = "oneshot";
-        ExecStart = "${pkgs.utillinux}/sbin/hwclock --systohc ${if config.time.hardwareClockInLocalTime then "--localtime" else "--utc"}";
+        ExecStart = "${pkgs.util-linux}/sbin/hwclock --systohc ${if config.time.hardwareClockInLocalTime then "--localtime" else "--utc"}";
       };
     };