mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 07:51:55 -05:00
reformat with alejandra
This commit is contained in:
parent
1c38c91894
commit
1ee7fcfdd4
|
@ -47,7 +47,11 @@
|
|||
|
||||
listener {
|
||||
timeout = 900 # 15min
|
||||
on-timeout = ${if osConfig.networking.hostName == "mauville" then "" else "${pkgs.systemd}/bin/systemctl suspend"} # suspend pc unless on mauville
|
||||
on-timeout = ${
|
||||
if osConfig.networking.hostName == "mauville"
|
||||
then ""
|
||||
else "${pkgs.systemd}/bin/systemctl suspend"
|
||||
} # suspend pc unless on mauville
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue