upgrade to 25.11
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
description = "Timo's Shared Nix Modules";
|
description = "Timo's Shared Nix Modules";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... }: {
|
outputs = { self, nixpkgs, ... }: {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
extraConfig = {
|
settings = {
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
|
|
||||||
merge.conflictstyle = "zdiff3";
|
merge.conflictstyle = "zdiff3";
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
extraConfig = {
|
settings = {
|
||||||
credential.helper = "store --file ~/.git-credentials";
|
credential.helper = "store --file ~/.git-credentials";
|
||||||
|
|
||||||
"url \"https://g.t1.xyz/github-mirror/\"" = {
|
"url \"https://g.t1.xyz/github-mirror/\"" = {
|
||||||
|
|||||||
@@ -69,7 +69,6 @@
|
|||||||
# === SCALA DEVELOPMENT ===
|
# === SCALA DEVELOPMENT ===
|
||||||
# Scala ecosystem tools and frameworks
|
# Scala ecosystem tools and frameworks
|
||||||
|
|
||||||
dotty # Scala 3 compiler
|
|
||||||
scala_3 # Scala 3 language
|
scala_3 # Scala 3 language
|
||||||
sbt # Scala Build Tool
|
sbt # Scala Build Tool
|
||||||
bloop # Scala build server
|
bloop # Scala build server
|
||||||
|
|||||||
@@ -17,9 +17,4 @@
|
|||||||
security.pam.loginLimits = [
|
security.pam.loginLimits = [
|
||||||
{ domain = "*"; item = "core"; type = "hard"; value = "0"; }
|
{ 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