Read 25.11 release notes
This commit is contained in:
parent
5cfc7b2238
commit
a291391a7d
2 changed files with 2 additions and 1 deletions
|
|
@ -89,6 +89,7 @@
|
||||||
# Prevent power button from shutting down the computer.
|
# Prevent power button from shutting down the computer.
|
||||||
# On Pinebook it's too easy to hit,
|
# On Pinebook it's too easy to hit,
|
||||||
# on others I sometimes turn it off when unsuspending.
|
# on others I sometimes turn it off when unsuspending.
|
||||||
|
# FIXME 25.11 now services.logind.settings.Login
|
||||||
logind.extraConfig = "HandlePowerKey=ignore";
|
logind.extraConfig = "HandlePowerKey=ignore";
|
||||||
|
|
||||||
udev.extraRules = ''
|
udev.extraRules = ''
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ in
|
||||||
# - Thought you couldn't set SSH config
|
# - 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
|
# 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)
|
# (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 = {
|
nix = {
|
||||||
buildMachines = builtins.map (
|
buildMachines = builtins.map (
|
||||||
vivariumBuilder:
|
vivariumBuilder:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue