no zeronet

This commit is contained in:
Sense T 2023-07-23 01:38:05 +00:00
parent 778cc2224f
commit 8e6b926b12
2 changed files with 10 additions and 7 deletions

View File

@ -22,25 +22,27 @@
]; ];
}; };
zeronet = { /*
zeronet = {
autoStart = true; autoStart = true;
dependsOn = [ "wsproxy" ]; dependsOn = [ "wsproxy" ];
image = "supersandro2000/zeronet"; image = "supersandro2000/zeronet";
ports = [ ports = [
"26552:26552" "26552:26552"
"43110:43110" "43110:43110"
]; ];
environment = { environment = {
ENABLE_TOR = "false"; ENABLE_TOR = "false";
UI_PASSWORD = "12345678"; UI_PASSWORD = "12345678";
}; };
volumes = [ volumes = [
"/var/lib/zeronet:/root/data" "/var/lib/zeronet:/root/data"
]; ];
}; };
*/
}; };
}; };
} }

View File

@ -120,6 +120,7 @@ in
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
libraspberrypi libraspberrypi
vim
]; ];
programs = { programs = {