empty commit message.
This commit is contained in:
parent
3f02506df5
commit
e6a12adc45
4 changed files with 33 additions and 13 deletions
|
|
@ -10,6 +10,20 @@
|
|||
systemd-boot = {
|
||||
enable = true;
|
||||
}; # end loader.systemd-boot
|
||||
}; # end boot
|
||||
}; # end boot
|
||||
virtualisation = {
|
||||
oci-containers = {
|
||||
containers = {
|
||||
}; # end containers
|
||||
}; # end oci-containers
|
||||
}; # end virtualisation
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
53
|
||||
80
|
||||
443
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
53
|
||||
];
|
||||
} # end file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue