diff --git a/suites/default.nix b/suites/default.nix index b9ca9fd..01c7e20 100644 --- a/suites/default.nix +++ b/suites/default.nix @@ -2,7 +2,6 @@ pkgs, lib, hostname, - user, ... }: with lib; { diff --git a/suites/desktop/default.nix b/suites/desktop/default.nix index bf0dc26..ceba70c 100755 --- a/suites/desktop/default.nix +++ b/suites/desktop/default.nix @@ -28,7 +28,7 @@ with lib; { # Enable firmware updates. services.fwupd.enable = true; - # Enable zRAM swap + # Enable zram swap. zramSwap.enable = true; # Enable smart card support (for YubiKey). @@ -93,7 +93,6 @@ with lib; { environment.systemPackages = with pkgs; [ adwsteamgtk - ansible caligula celluloid discord @@ -110,7 +109,6 @@ with lib; { libreoffice obsidian prismlauncher - prismlauncher protonmail-desktop signal-desktop smile @@ -137,7 +135,7 @@ with lib; { drivers = [pkgs.brlaser pkgs.cups-dymo]; }; - # If you don't set this Wireguard won't work. + # https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111 networking.firewall.checkReversePath = false; # Enable sound with pipewire.