mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
remnawave init
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user