feat: upgrade nixos master cluster to nixpkgs 25.05

This commit is contained in:
2025-10-11 21:04:05 +05:00
parent f9ca0fc969
commit 56a13da975
4 changed files with 13 additions and 13 deletions

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@ cdktf.log
tsconfig.tsbuildinfo tsconfig.tsbuildinfo
!jest.config.js !jest.config.js
!setup.js !setup.js
result

View File

@@ -8,11 +8,10 @@
imports = [ ./hardware-configuration.nix ]; imports = [ ./hardware-configuration.nix ];
nix = { nix = {
package = pkgs.nixFlakes; settings = {
settings.require-sigs = false; require-sigs = false;
extraOptions = '' experimental-features = [ "nix-command" "flakes" ];
experimental-features = nix-command flakes };
'';
}; };
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.

View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1724031427, "lastModified": 1758287904,
"narHash": "sha256-o1HdAf+7IGv9M13R3c+zc/sJ0QgeEnhsvHBcodI4UpM=", "narHash": "sha256-IGmaEf3Do8o5Cwp1kXBN1wQmZwQN3NLfq5t4nHtVtcU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "4e719b38fa7c85f4f65d0308ca7084c91e7bdd6d", "rev": "67ff9807dd148e704baadbd4fd783b54282ca627",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -22,16 +22,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1723938990, "lastModified": 1759994382,
"narHash": "sha256-9tUadhnZQbWIiYVXH8ncfGXGvkNq3Hag4RCBEMUk7MI=", "narHash": "sha256-wSK+3UkalDZRVHGCRikZ//CyZUJWDJkBDTQX1+G77Ow=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c42fcfbdfeae23e68fc520f9182dde9f38ad1890", "rev": "5da4a26309e796daa7ffca72df93dbe53b8164c7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.05", "ref": "nixos-25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@@ -2,7 +2,7 @@
description = "Homelab NixOS Flake"; description = "Homelab NixOS Flake";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
# Disko # Disko
disko = { disko = {
url = "github:nix-community/disko"; url = "github:nix-community/disko";