mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-18 00:49:39 +00:00
iron: update to match 25.11
This commit is contained in:
parent
9627e74f1d
commit
a320cba909
2 changed files with 5 additions and 9 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
pkgs.nix-which
|
pkgs.nix-which
|
||||||
|
|
||||||
# pretty tui tools
|
# pretty tui tools
|
||||||
pkgs.du-dust
|
pkgs.dust
|
||||||
pkgs.tokei
|
pkgs.tokei
|
||||||
pkgs.hyperfine
|
pkgs.hyperfine
|
||||||
pkgs.watchexec
|
pkgs.watchexec
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,7 @@
|
||||||
{
|
{
|
||||||
systemd.sleep.extraConfig = ''
|
services.logind.settings = {
|
||||||
HibernateDelaySec=1d
|
# It's a server :sparkles:
|
||||||
'';
|
Login.HandleLidSwitch = "ignore";
|
||||||
|
Login.HandleLidSwitchDocked = "ignore";
|
||||||
services.logind = {
|
|
||||||
powerKey = "hibernate";
|
|
||||||
lidSwitch = "suspend-then-hibernate"; # won't happen there's no battery anyway
|
|
||||||
lidSwitchDocked = "ignore";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue