Compare commits

..
2 changed files with 2 additions and 5 deletions

View file

@ -6,7 +6,7 @@
lock_cmd = "hyprlock";
unlock_cmd = "pkill -USR1 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 = [
{

View file

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