upgrade to 25.11
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
description = "Timo's Shared Nix Modules";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }: {
|
||||
|
||||
@@ -17,9 +17,4 @@
|
||||
security.pam.loginLimits = [
|
||||
{ domain = "*"; item = "core"; type = "hard"; value = "0"; }
|
||||
];
|
||||
|
||||
# Don't shutdown when power button is short-pressed.
|
||||
services.logind.extraConfig = ''
|
||||
HandlePowerKey=ignore
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user