lkjdsalkjdsalkjdsalkj

This commit is contained in:
2024-08-14 17:09:15 +02:00
parent 4c1398d0b0
commit b83bd8c2c0
7 changed files with 35 additions and 4 deletions

View File

@@ -11,7 +11,8 @@
#./yt-dlp-archive.nix
#../../profiles/vpn-pbsds/headscale.nix # opens port 3478
#../../profiles/vpn-pbsds/headscale.nix # opens port 3478 # TODO: move outside of home net?
../../users/pbsds
../../users/jornane
@@ -23,7 +24,7 @@
../../profiles/shell.nix
#../../profiles/services/tmate-server.nix # opens port 42244
#../../profiles/services/tmate-server.nix # opens port 42244 # TODO: move outside of home net
../../profiles/http # enables nginx+acme, defines mkDomain
../../profiles/http/index

View File

@@ -5,7 +5,7 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
boot.kernelModules = [ "xhci_pci" ]; # fixes boot with usb hub attached https://github.com/NixOS/nixpkgs/issues/171625
boot.kernelModules = [ "xhci_pci" ]; # add driver to stage-1 to make the usb dock not prevent boot - https://github.com/NixOS/nixpkgs/issues/171625#issuecomment-2068283656
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "pbsds";