mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:36:53 +01:00
alloe porz
This commit is contained in:
parent
971c22fd78
commit
ca18407997
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,13 @@
|
|||
|
||||
services.cloud-init.enable = true;
|
||||
services.cloud-init.network.enable = true;
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 3000 ];
|
||||
allowedUDPPorts = [ 3000 ];
|
||||
};
|
||||
|
||||
|
||||
# networking = {
|
||||
# wireless.enable = lib.mkForce false;
|
||||
|
|
Loading…
Reference in a new issue