Update freetube

This commit is contained in:
muon 2026-03-20 12:40:46 +00:00
parent da8564b3a6
commit 80feae205a
8 changed files with 184 additions and 135 deletions

View file

@ -16,7 +16,6 @@ in {
with pkgs; [
nix-alien
r2modman
lutris
godot
rustdesk-flutter
motion
@ -81,7 +80,7 @@ in {
};
};
};
networking.firewall.allowedTCPPorts = [ 80 ];
networking.firewall.allowedTCPPorts = [80];
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];