This commit is contained in:
2026-05-31 11:03:24 +01:00
parent fb5aa85711
commit 480a809216
4 changed files with 31 additions and 35 deletions

View File

@@ -5,11 +5,7 @@
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "uk";
networking = {
firewall.enable = true;
firewall.allowedTCPPorts = [ 22 ]; # SSH
hostName = config.networking.hostName or "nixos";
useDHCP = false;
usePredictableInterfaceNames = false;
};
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 22 ]; # SSH
networking.usePredictableInterfaceNames = false;
}