mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
small maintenance
This commit is contained in:
parent
e5d1aa8634
commit
a9bd6c5fda
3 changed files with 4 additions and 2 deletions
2
home.nix
2
home.nix
|
@ -61,7 +61,7 @@ let
|
||||||
pkgs-stable.kicad # PCB design
|
pkgs-stable.kicad # PCB design
|
||||||
krita # Raster drawing
|
krita # Raster drawing
|
||||||
pkgs-stable.libreoffice-fresh # Office editing
|
pkgs-stable.libreoffice-fresh # Office editing
|
||||||
pkgs-stable.makemkv # blue-ray + dvd -> mkv
|
makemkv # blue-ray + dvd -> mkv
|
||||||
pkgs-stable.obsidian # Markdown and notes
|
pkgs-stable.obsidian # Markdown and notes
|
||||||
qalculate-gtk # unit-friendly calculator
|
qalculate-gtk # unit-friendly calculator
|
||||||
qlcplus # LED xlr control program
|
qlcplus # LED xlr control program
|
||||||
|
|
|
@ -11,7 +11,8 @@
|
||||||
firewall = {
|
firewall = {
|
||||||
checkReversePath = "loose";
|
checkReversePath = "loose";
|
||||||
trustedInterfaces = [ "tailscale0" ];
|
trustedInterfaces = [ "tailscale0" ];
|
||||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
allowedUDPPorts = [ config.services.tailscale.port 11100];
|
||||||
|
allowedTCPPorts = [ 11100 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nameservers = ["10.0.0.183" "1.1.1.1"];
|
nameservers = ["10.0.0.183" "1.1.1.1"];
|
||||||
|
|
|
@ -11,6 +11,7 @@ let
|
||||||
env = XDG_SESSION_TYPE,wayland
|
env = XDG_SESSION_TYPE,wayland
|
||||||
env = GBM_BACKEND,nvidia-drm
|
env = GBM_BACKEND,nvidia-drm
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
env = SIGNAL_USE_WAYLAND,1
|
||||||
''
|
''
|
||||||
else if (hostname == "NicksNixLaptop") then ''
|
else if (hostname == "NicksNixLaptop") then ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue