Add bubblewrap and socat

This commit is contained in:
Armel van Ravels
2026-08-11 14:11:21 +02:00
parent b4ef190034
commit c8c49bb238
3 changed files with 18 additions and 0 deletions

8
modules/socat.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
socat
];
}