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

View File

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