add possibility of DMZ connectivity on hypervisor
This commit is contained in:
parent
0518fb5949
commit
d9f697d171
3 changed files with 59 additions and 44 deletions
|
@ -39,6 +39,7 @@
|
|||
nixosModule.lab = {
|
||||
disko.osDiskDevice = "/dev/sda";
|
||||
backups.enable = true;
|
||||
networking.allowDMZConnectivity = true;
|
||||
|
||||
dataDisk = {
|
||||
enable = true;
|
||||
|
|
Reference in a new issue