Compare commits

..
2 changed files with 2 additions and 5 deletions

View file

@ -6,7 +6,7 @@
lock_cmd = "hyprlock"; lock_cmd = "hyprlock";
unlock_cmd = "pkill -USR1 hyprlock"; unlock_cmd = "pkill -USR1 hyprlock";
before_sleep_cmd = "hyprctl dispatch dpms off && hyprlock"; before_sleep_cmd = "hyprctl dispatch dpms off && hyprlock";
after_sleep_cmd = "hyprctl dispatch dpms on"; after_sleep_cmd = "hyprctl dispatch dpms on && pkill -USR2 hyprlock";
}; };
listener = [ listener = [
{ {

View file

@ -48,8 +48,5 @@
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ]; hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
}; };
}; };
systemd.services = { systemd.services."gitea-runner-nixos-deploy".restartIfChanged = false;
"gitea-runner-nixos-deploy".restartIfChanged = false;
"forgejo".restartIfChanged = false;
};
} }