part 1 - selfhost: windows -> nix

This commit is contained in:
2025-08-20 18:10:58 +03:00
parent 9c6964031f
commit 474776c9f1
7 changed files with 37 additions and 27 deletions

View File

@@ -19,6 +19,8 @@
inputs.nvf.nixosModules.default
];
services.displayManager.gdm.enable = true;
programs.nvf = {
enable = true;
defaultEditor = true;

View File

@@ -17,7 +17,7 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [ 8080 443 25565 ];
allowedTCPPorts = [ 22 443 8080 25565 ];
allowedUDPPorts = [ ];
}