create new service and tag generations

This commit is contained in:
mjallen18
2025-01-21 15:07:17 -06:00
parent c4133aef37
commit d243f3e8f7
3 changed files with 65 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{ pkgs, ... }:
let
configLimit = 5;
configLimit = 50;
kernel = pkgs.linuxPackages_latest;
in
{