bump
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user