mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-26 05:57:19 +01:00
Don't use privoxy for now
This is due to the error of using `types.string`
This commit is contained in:
parent
351cdc3afd
commit
8534913b44
2 changed files with 4 additions and 4 deletions
|
|
@ -59,9 +59,9 @@
|
|||
};
|
||||
systemd.services.roaming_proxy.enable = true;
|
||||
|
||||
services.privoxy.settings = {
|
||||
forward-socks5 = "/ localhost:9080 .";
|
||||
};
|
||||
# services.privoxy.settings = {
|
||||
# forward-socks5 = "/ localhost:9080 .";
|
||||
# };
|
||||
|
||||
security.sudo.extraConfig = ''Defaults env_keep += "*_proxy *_PROXY"'';
|
||||
networking.proxy = {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
}: {
|
||||
environment.systemPackages = [config.boot.kernelPackages.perf pkgs.virt-manager];
|
||||
|
||||
services.privoxy.enable = true;
|
||||
# services.privoxy.enable = true;
|
||||
|
||||
services.fwupd.enable = true;
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue