services/proxy: add proxy module
This commit is contained in:
parent
1260c1b4af
commit
ece6d46b5b
5 changed files with 47 additions and 28 deletions
|
@ -4,8 +4,6 @@
|
|||
|
||||
(with profiles; [
|
||||
networking.wireless
|
||||
|
||||
services.privoxy
|
||||
])
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
@ -43,6 +41,9 @@
|
|||
gpu.intel = true;
|
||||
form.laptop = true;
|
||||
};
|
||||
services = {
|
||||
proxy.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.interfaces.wlp170s0.useDHCP = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue