Switch to newwest state version

This commit is contained in:
Filippo Berto 2022-10-29 12:35:44 +02:00
parent ee6a06b1af
commit 7152124e59
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -70,6 +70,15 @@ with lib; {
firewall.allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDEConnect
];
firewall.allowedTCPPorts = [
27036
27037 # Steam remote play
];
firewall.allowedUDPPorts = [
27031
27036 # Steam remote play
];
};
time.timeZone = "Europe/Rome";
@ -212,5 +221,5 @@ with lib; {
# cudaSupport = true;
};
system.stateVersion = "21.05"; # Did you read the comment?
system.stateVersion = "22.05"; # Did you read the comment?
}