upgrade to nixos 25.11
- thefuck has been removed, use pay-repects instead - 'glxinfo' has been renamed to/replaced by 'mesa-demos' - options have been moved out of the 'xserver' namespace - use default mesa drivers, remove amdvlk - systemd global config has been moved and is not string-based anymore - git settings have been moved to sub-attrset - ssh default options generate a warning now but are not needed -> disable - unpin nixpkgs version for servicepoint flakes
This commit is contained in:
parent
9a5fd746e4
commit
417d65062b
12 changed files with 89 additions and 62 deletions
|
|
@ -28,9 +28,7 @@
|
|||
services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
# prevent stuck units from preventing shutdown (default is 120s)
|
||||
extraConfig = ''
|
||||
DefaultTimeoutStopSec=10s
|
||||
'';
|
||||
settings.Manager.DefaultTimeoutStopSec = "10s";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue