diff --git a/hosts/Aloria/default.nix b/hosts/Aloria/default.nix index 8a4ab24..8626c18 100644 --- a/hosts/Aloria/default.nix +++ b/hosts/Aloria/default.nix @@ -175,9 +175,15 @@ in { }; services.usbmuxd.enable = true; environment.systemPackages = with pkgs; [ + libcamera ifuse libimobiledevice scrcpy v4l-utils ]; + boot.kernel.sysctl = { + "net.ipv6.conf.all.disable_ipv6" = 1; + "net.ipv6.conf.default.disable_ipv6" = 1; + "net.ipv6.conf.lo.disable_ipv6" = 1; + }; }