Clean up.
This commit is contained in:
parent
afff1ae299
commit
0a0bc75f49
2 changed files with 2 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
|||
pkgs,
|
||||
lib,
|
||||
hostname,
|
||||
user,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue