remove nixos-switch.log
This commit is contained in:
parent
0fd1051253
commit
d6d4bd83e4
|
@ -10,12 +10,12 @@
|
|||
];
|
||||
listener = [
|
||||
{
|
||||
timeout = 300;
|
||||
timeout = 600;
|
||||
on-timeout = "hyprctl dispatch dpms off";
|
||||
on-resume = "hyprctl dispatch dpms on";
|
||||
}
|
||||
{
|
||||
timeout = 600;
|
||||
timeout = 1200;
|
||||
on-timeout = "systemctl suspend";
|
||||
on-resume = "hyprctl dispatch dpms on";
|
||||
}
|
||||
|
|
|
@ -4,6 +4,8 @@ hostname=$(hostname)
|
|||
|
||||
if [[ $hostname == *"desktop"* ]]; then
|
||||
sudo nixos-rebuild switch --flake ~/nix/#desktop &>nixos-switch.log || (cat nixos-switch.log | grep --color error && false)
|
||||
rm nixos-switch.log
|
||||
elif [[ $hostname == *"laptop"* ]]; then
|
||||
sudo nixos-rebuild switch --flake ~/nix/#laptop &>nixos-switch.log || (cat nixos-switch.log | grep --color error && false)
|
||||
rm nixos-switch.log
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue