Compare commits
2 commits
609cf85814
...
8c76b31111
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c76b31111 | |||
| 6c96c4ca0f |
2 changed files with 5 additions and 2 deletions
|
|
@ -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 && pkill -USR2 hyprlock";
|
after_sleep_cmd = "hyprctl dispatch dpms on";
|
||||||
};
|
};
|
||||||
listener = [
|
listener = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -48,5 +48,8 @@
|
||||||
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
|
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services."gitea-runner-nixos-deploy".restartIfChanged = false;
|
systemd.services = {
|
||||||
|
"gitea-runner-nixos-deploy".restartIfChanged = false;
|
||||||
|
"forgejo".restartIfChanged = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue