...
This commit is contained in:
@@ -38,7 +38,8 @@
|
|||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "/dev/nbd1";
|
#device = "/dev/nbd1";
|
||||||
|
device = "nodev";
|
||||||
efiSupport = false;
|
efiSupport = false;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set timeout=2
|
set timeout=2
|
||||||
@@ -75,7 +76,14 @@
|
|||||||
8080 # for mitm proxy
|
8080 # for mitm proxy
|
||||||
|
|
||||||
25565 # mc server
|
25565 # mc server
|
||||||
|
25580 # wmc lobby server
|
||||||
25566 # mc server
|
25566 # mc server
|
||||||
|
3306 # mariadb for wmc
|
||||||
|
6379 # redis for wmc
|
||||||
|
];
|
||||||
|
networking.firewall.allowedUDPPorts = [
|
||||||
|
25572 # wmc voice to velocity proxy
|
||||||
|
25800 # wmc voice lobby
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||||
|
|||||||
Reference in New Issue
Block a user