1
0

upgrade to 25.11

This commit is contained in:
2025-12-02 17:03:31 -08:00
parent d28a6049ca
commit 40822bb340
3 changed files with 2 additions and 7 deletions

View File

@@ -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, ... }: {

View File

@@ -3,7 +3,7 @@
programs.git = {
enable = true;
extraConfig = {
settings = {
credential.helper = "store --file ~/.git-credentials";
"url \"https://g.t1.xyz/github-mirror/\"" = {

View File

@@ -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
'';
}