hardware-configuration.nix insecure qtwebengine + just clean

This commit is contained in:
2025-09-16 22:47:52 +03:00
parent 14d5c608b9
commit 743388d2f5
2 changed files with 8 additions and 0 deletions

View File

@@ -84,6 +84,7 @@
builtins.elem (lib.getName pkg) [
"broadcom-sta" # aka “wl”
"python"
"qtwebengine"
];
powerManagement = {

View File

@@ -30,3 +30,10 @@ update-config-and-reboot:
upgrade:
sudo nixos-rebuild switch --upgrade --flake ~/haus#puter
clean:
sudo nix-env --delete-generations old
sudo nix-collect-garbage --delete-older-than 30d
sudo nix store optimise
sudo rm -rf /nix/var/nix/downloads/*
sudo journalctl --vacuum-time=30d