update all services most recent 26.05

This commit is contained in:
2026-06-20 16:34:54 -05:00
parent fd20949d48
commit 3e8ccf87a8
23 changed files with 243 additions and 912 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
description = "Flake that configures a static site hosted in a k3s pod";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
};
outputs =
{ self, nixpkgs, ... }:
{ ... }:
{
nixosModules.nimh-static =
{