remnawave init

This commit is contained in:
2026-04-04 11:34:44 +03:00
parent cf77fa88bf
commit c3f8acad12
11 changed files with 237 additions and 22 deletions
+2 -2
View File
@@ -9,6 +9,8 @@
./calibre-web.nix
./immich.nix
./miniflux.nix
./n8n.nix
./netdata.nix
./nextcloud.nix
./nginx.nix
./open-webui.nix
@@ -19,8 +21,6 @@
./systemd.nix
./transmission.nix
./uptime-kuma.nix
./netdata.nix
./n8n.nix
# ./mealie.nix
# ./memos.nix
# ./nfs.nix
+5 -5
View File
@@ -8,7 +8,7 @@
{
services = {
netdata = {
enable = true;
enable = false;
package = pkgs.netdata.override {
withCloudUi = true;
};
@@ -19,10 +19,10 @@
"bind to" = "0.0.0.0";
};
};
python = {
enable = true;
recommendedPythonPackages = true;
};
# python = {
# enable = true;
# recommendedPythonPackages = true;
# };
};
};