services/proxy: add proxy module
This commit is contained in:
parent
1260c1b4af
commit
ece6d46b5b
5 changed files with 47 additions and 28 deletions
|
@ -6,8 +6,6 @@
|
|||
networking.wireless
|
||||
|
||||
btrfs
|
||||
|
||||
# services.privoxy
|
||||
])
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
@ -22,6 +20,7 @@
|
|||
audio.enable = true;
|
||||
form.portable = true;
|
||||
};
|
||||
services.proxy.enable = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue