Switch to newwest state version
This commit is contained in:
parent
ee6a06b1af
commit
7152124e59
1 changed files with 10 additions and 1 deletions
|
|
@ -70,6 +70,15 @@ with lib; {
|
||||||
firewall.allowedUDPPortRanges = [
|
firewall.allowedUDPPortRanges = [
|
||||||
{ from = 1714; to = 1764; } # KDEConnect
|
{ from = 1714; to = 1764; } # KDEConnect
|
||||||
];
|
];
|
||||||
|
|
||||||
|
firewall.allowedTCPPorts = [
|
||||||
|
27036
|
||||||
|
27037 # Steam remote play
|
||||||
|
];
|
||||||
|
firewall.allowedUDPPorts = [
|
||||||
|
27031
|
||||||
|
27036 # Steam remote play
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Rome";
|
time.timeZone = "Europe/Rome";
|
||||||
|
|
@ -212,5 +221,5 @@ with lib; {
|
||||||
# cudaSupport = true;
|
# cudaSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "21.05"; # Did you read the comment?
|
system.stateVersion = "22.05"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue