Cleanup now that I finally got the LSP working... so many warnings.
Some checks failed
Deploy NixOS / deploy (push) Failing after 18s

This commit is contained in:
2026-02-17 15:19:03 -07:00
parent 38620aba96
commit 08b69bb46a
11 changed files with 319 additions and 417 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
let
settings = import ../settings.nix;
@@ -10,7 +10,11 @@ in
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 ];
allowedTCPPorts = [
22
80
443
];
allowedUDPPorts = [ ];
};
}