remove services temporarily

This commit is contained in:
NyxErinys 2026-05-17 23:41:57 -05:00
parent 021f4b1ef9
commit 58bc07418d
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
let
manifests = [
./deployments
./services
# ./services
];
imported = map ( n: import n { inherit cfg lib inputs; } ) manifests;
in

View file

@ -1,7 +1,7 @@
{ cfg, lib, inputs, ... }:
let
manifests = [
""
];
imported = map ( n: import n { inherit cfg lib inputs; } ) manifests;
in