Add work-proxy module

This commit is contained in:
Paul-Henri Froidmont 2025-08-01 02:06:04 +02:00
parent 774273438f
commit 0f1b1ebbcf
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
6 changed files with 67 additions and 2 deletions

View file

@ -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;