formatting

This commit is contained in:
caleb 2024-03-29 10:44:09 -04:00
parent a9b3387db6
commit 26f0996516

View File

@ -34,14 +34,14 @@
];
# kde connect
networking.firewall = {
networking.firewall = {
enable = true;
allowedTCPPortRanges = [
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
allowedUDPPortRanges = [
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
];
};
# install Steam
@ -74,10 +74,12 @@
swtpm.enable = true;
ovmf = {
enable = true;
packages = [(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
}).fd];
packages = [
(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
}).fd
];
};
};
};