small maintenance

This commit is contained in:
Nickiel12 2023-12-02 18:20:32 -08:00
parent e5d1aa8634
commit a9bd6c5fda
3 changed files with 4 additions and 2 deletions

View file

@ -61,7 +61,7 @@ let
pkgs-stable.kicad # PCB design
krita # Raster drawing
pkgs-stable.libreoffice-fresh # Office editing
pkgs-stable.makemkv # blue-ray + dvd -> mkv
makemkv # blue-ray + dvd -> mkv
pkgs-stable.obsidian # Markdown and notes
qalculate-gtk # unit-friendly calculator
qlcplus # LED xlr control program

View file

@ -11,7 +11,8 @@
firewall = {
checkReversePath = "loose";
trustedInterfaces = [ "tailscale0" ];
allowedUDPPorts = [ config.services.tailscale.port ];
allowedUDPPorts = [ config.services.tailscale.port 11100];
allowedTCPPorts = [ 11100 ];
};
nameservers = ["10.0.0.183" "1.1.1.1"];

View file

@ -11,6 +11,7 @@ let
env = XDG_SESSION_TYPE,wayland
env = GBM_BACKEND,nvidia-drm
env = WLR_NO_HARDWARE_CURSORS,1
env = SIGNAL_USE_WAYLAND,1
''
else if (hostname == "NicksNixLaptop") then ''