auto up 22:35:16 up 2:12, 2 users, load average: 1.32, 1.67, 1.83

This commit is contained in:
2025-12-18 22:35:18 +01:00
parent 1dfe545732
commit 38ded1bfba

View File

@@ -2,7 +2,7 @@
description = "Main nixos system configuration management by Jonas Hahn";
inputs = {
nixpkgs.url = "nixpkgs/nixos-25.05";
nixpkgs.url = "nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
sops-nix = {
@@ -11,7 +11,7 @@
};
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};