Added configuration for desktop

This commit is contained in:
2024-03-12 21:24:29 +01:00
parent 4fdc520c13
commit 7ab4886e90
9 changed files with 219 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
networking.firewall = {
enable = true;
};
}