Rename utillinux package
'utillinux' has been renamed to/replaced by 'util-linux'
This commit is contained in:
parent
9c9e0b4a86
commit
65e2a3e9f1
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ in
|
|||
serviceConfig = lib.mkForce {
|
||||
ExecStart = [
|
||||
"" # override upstream default with an empty ExecStart
|
||||
"@${pkgs.utillinux}/sbin/agetty agetty --login-program ${pkgs.shadow}/bin/login --autologin '${cfg.autologin.username}' --noclear %I $TERM"
|
||||
"@${pkgs.util-linux}/sbin/agetty agetty --login-program ${pkgs.shadow}/bin/login --autologin '${cfg.autologin.username}' --noclear %I $TERM"
|
||||
];
|
||||
restartIfChanged = false;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -430,7 +430,7 @@ in
|
|||
# ensure sway is already started, otherwise workspaces will not work
|
||||
ExecStartPre = "${config.wayland.windowManager.sway.package}/bin/swaymsg";
|
||||
ExecStart = "${pkgs.waybar}/bin/waybar";
|
||||
ExecReload = "${pkgs.utillinux}/bin/kill -SIGUSR2 $MAINPID";
|
||||
ExecReload = "${pkgs.util-linux}/bin/kill -SIGUSR2 $MAINPID";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "1s";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue