mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nixos/boinc: allow make sure the firewall is open 31416
This commit is contained in:
parent
b6f3276aee
commit
35c4173a9b
2 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
};
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
users.users.boinc.extraGroups = ["vboxusers"];
|
||||
networking.firewall.allowedTCPPorts = [31416];
|
||||
|
||||
# hoot, the discord bot
|
||||
services.hoot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue