diff --git a/os/common.nix b/os/common.nix index 1596cb3..5f0d29d 100644 --- a/os/common.nix +++ b/os/common.nix @@ -89,6 +89,7 @@ # Prevent power button from shutting down the computer. # On Pinebook it's too easy to hit, # on others I sometimes turn it off when unsuspending. + # FIXME 25.11 now services.logind.settings.Login logind.extraConfig = "HandlePowerKey=ignore"; udev.extraRules = '' diff --git a/os/remote-builds/default.nix b/os/remote-builds/default.nix index c18a429..e791c05 100644 --- a/os/remote-builds/default.nix +++ b/os/remote-builds/default.nix @@ -47,7 +47,7 @@ in # - Thought you couldn't set SSH config # You might be able to set SSH config with porgrams.ssh, although I only tried creating a /root/.ssh/config file # (which does not work, unless logged in as root. host keys from root are used regardless of the user, though) - # 25.11 (assuming Lix 2.93+ is stable there): might want to add Control* options as no longer built in Lix + # FIXME 25.11 (assuming Lix 2.93+ is stable there): might want to add Control* options as no longer built in Lix nix = { buildMachines = builtins.map ( vivariumBuilder: