summary refs log tree commit diff
diff options
context:
space:
mode:
-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";
 }