diff --git a/modules/home/rice/idle.nix b/modules/home/rice/idle.nix index 80434de..18d162d 100644 --- a/modules/home/rice/idle.nix +++ b/modules/home/rice/idle.nix @@ -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 = [ { diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 8e6b25d..72c6050 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -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; }