small cleanup and version bump
This commit is contained in:
parent
d585a60e1d
commit
21e01f75dc
14 changed files with 115 additions and 380 deletions
|
|
@ -23,20 +23,14 @@
|
|||
allowedTCPPorts = [
|
||||
22
|
||||
2022
|
||||
3610
|
||||
6443
|
||||
8080
|
||||
25565
|
||||
9002
|
||||
30001
|
||||
30303
|
||||
30304
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
9002
|
||||
30001
|
||||
30303
|
||||
30304
|
||||
];
|
||||
logRefusedConnections = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ in {
|
|||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = [
|
||||
pkgs.mesa.drivers
|
||||
pkgs.mesa
|
||||
pkgs.libGL
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue