From 743388d2f53709dc69ff06c53edad6834ac7720c Mon Sep 17 00:00:00 2001 From: kenny Date: Tue, 16 Sep 2025 22:47:52 +0300 Subject: [PATCH] hardware-configuration.nix insecure qtwebengine + just clean --- hosts/puter/hardware-configuration.nix | 1 + justfile | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 25d9da9..9b293de 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -84,6 +84,7 @@ builtins.elem (lib.getName pkg) [ "broadcom-sta" # aka “wl” "python" + "qtwebengine" ]; powerManagement = { diff --git a/justfile b/justfile index 9912a5c..ade605b 100644 --- a/justfile +++ b/justfile @@ -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