This commit is contained in:
2026-02-19 17:45:00 +03:00
parent 3e2e2542da
commit b572f4b817
6 changed files with 49 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
{
lib,
...
}:
{
imports = [
./remnawave.nix
];
environment.systemPackages = with pkgs; [
compose2nix
podman-tui
];
}