Regenerated

This commit is contained in:
2026-03-31 21:36:23 +02:00
parent b89443e6df
commit c76803346d
3 changed files with 283 additions and 289 deletions
+281 -283
View File
File diff suppressed because it is too large Load Diff
+1 -3
View File
@@ -3236,7 +3236,6 @@ This sets the networking.
#################################
networkmanager = {
enable = true;
# Use iwd backend for WiFi
wifi.backend = "iwd";
};
@@ -3255,12 +3254,10 @@ This sets the networking.
#################################
firewall = {
enable = true;
# KDE Connect support
allowedTCPPortRanges = [
{ from = 1714; to = 1764; }
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; }
];
@@ -3272,6 +3269,7 @@ This sets the networking.
#################################
environment.systemPackages = [
pkgs.networkmanager
pkgs.linux-firmware
];
}
#+END_SRC
@@ -15,7 +15,6 @@
#################################
networkmanager = {
enable = true;
# Use iwd backend for WiFi
wifi.backend = "iwd";
};
@@ -34,12 +33,10 @@
#################################
firewall = {
enable = true;
# KDE Connect support
allowedTCPPortRanges = [
{ from = 1714; to = 1764; }
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; }
];
@@ -51,5 +48,6 @@
#################################
environment.systemPackages = [
pkgs.networkmanager
pkgs.linux-firmware
];
}