From 0a0bc75f4946cd6fabbf8f05491551f027fa8270 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Tue, 22 Jul 2025 11:19:26 +0800 Subject: [PATCH] Clean up. --- suites/default.nix | 1 - suites/desktop/default.nix | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) 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.