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,6 +22,7 @@
]; ];
}; };
/*
zeronet = { zeronet = {
autoStart = true; autoStart = true;
dependsOn = [ "wsproxy" ]; dependsOn = [ "wsproxy" ];
@ -41,6 +42,7 @@
"/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 = {