Add work-proxy module
This commit is contained in:
parent
774273438f
commit
0f1b1ebbcf
6 changed files with 67 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
docker.enable = true;
|
||||
libvirt.enable = true;
|
||||
languagetool.enable = true;
|
||||
work-proxy.enable = true;
|
||||
};
|
||||
media = {
|
||||
mpd.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue