empty commit message.

This commit is contained in:
alisceon 2025-12-10 21:43:34 +01:00
parent 3f02506df5
commit e6a12adc45
4 changed files with 33 additions and 13 deletions

View file

@ -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