summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-11-13 21:33:42 +0100
committerMel <einebeere@gmail.com>2024-11-13 21:33:42 +0100
commit4ff0621f578df255cc19c2dcab537e00666dc1f4 (patch)
treef83a06360835abef09efe22ecbbc779af6aa513d /modules
parent74977a5367666c3b39d1d9c3c80d9fc4f08305c1 (diff)
downloadnetwork-4ff0621f578df255cc19c2dcab537e00666dc1f4.tar.zst
network-4ff0621f578df255cc19c2dcab537e00666dc1f4.zip
Remove packages unnecessary for most servers
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 354f04b..7d7f1cc 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -81,19 +81,13 @@
     inetutils pciutils lshw inxi iw
     tcpdump
     ffmpeg_7-headless
-    qemu_full virtiofsd
 
-    openvpn openvpn3 update-resolv-conf
-    
     ripgrep gnumake gdb gcc clang
     go gopls delve go-task
     meson cmake
     nil direnv
     dive
 
-    wineWowPackages.stagingFull
     borgbackup
   ]);
-
-  environment.etc.openvpn.source = "${pkgs.update-resolv-conf}/libexec/openvpn";
 }