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 = "Declare a new table and user for postgresql";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
};
outputs =
{ self, nixpkgs, ... }:
{ ... }:
{
nixosModules.postgresql-db =
{