From 17c606af41b3ffaecf1d51b54f60f0507b5646ef Mon Sep 17 00:00:00 2001 From: janis Date: Sun, 26 Jul 2026 16:04:43 +0200 Subject: [PATCH] upgrade to 26.05 --- flake.lock | 16 ++++++++-------- flake.nix | 6 ++++-- home/common.nix | 2 +- system/core.nix | 2 +- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index a82faf3..57f6d08 100644 --- a/flake.lock +++ b/flake.lock @@ -189,16 +189,16 @@ ] }, "locked": { - "lastModified": 1779506708, - "narHash": "sha256-QOD/CNm196nCJRheux/URi4/HE66fthdOMqCJoPP1Y0=", + "lastModified": 1784350909, + "narHash": "sha256-ZWyzLbS1yKUTeFJLmdVuWNnHttL333/ldJbEE+KzCrM=", "owner": "nix-community", "repo": "home-manager", - "rev": "3ee51fbdac8c8bdfe1e7e1fcaba6520a563f394f", + "rev": "4ce190229c73d44536caa7072f6308fb2d8feeb3", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-25.11", + "ref": "release-26.05", "repo": "home-manager", "type": "github" } @@ -321,16 +321,16 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1782847189, - "narHash": "sha256-twXPFqFsrrY5r28Zh7Homgcp2gUMBgQ6WDS98Q/3xFI=", + "lastModified": 1784856561, + "narHash": "sha256-J+Bx1Z6Oeoj2FgnBhRMKyUhhtDoOpTgXYaVLZpDjW4A=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b6018f87da91d19d0ab4cf979885689b469cdd41", + "rev": "597283ad8aa0b331c788e97c4c262d58877074ef", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-25.11", + "ref": "nixos-26.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 47bda56..51ebd24 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,10 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; home-manager = { - url = "github:nix-community/home-manager/release-25.11"; + url = "github:nix-community/home-manager/release-26.05"; inputs.nixpkgs.follows = "nixpkgs"; }; disko = { @@ -61,6 +61,8 @@ pkgs = import nixpkgs { inherit system; config.allowUnfree = true; # Allow unfree packages globally + config.permittedInsecurePackages = [ + ]; overlays = [ inputs.nur.overlays.default diff --git a/home/common.nix b/home/common.nix index 2858ad0..4fae381 100644 --- a/home/common.nix +++ b/home/common.nix @@ -19,7 +19,7 @@ in { fonts.fontconfig.enable = true; home = { - stateVersion = "25.11"; + stateVersion = "26.05"; homeDirectory = "/home/${user.username}"; username = user.username; diff --git a/system/core.nix b/system/core.nix index 250f644..039f28a 100644 --- a/system/core.nix +++ b/system/core.nix @@ -19,7 +19,7 @@ ]; system = { - stateVersion = "25.11"; + stateVersion = "26.05"; activationScripts = { rfkill-unblock = { text = ''