hardware-configuration.nix insecure qtwebengine + just clean
This commit is contained in:
@@ -84,6 +84,7 @@
|
|||||||
builtins.elem (lib.getName pkg) [
|
builtins.elem (lib.getName pkg) [
|
||||||
"broadcom-sta" # aka “wl”
|
"broadcom-sta" # aka “wl”
|
||||||
"python"
|
"python"
|
||||||
|
"qtwebengine"
|
||||||
];
|
];
|
||||||
|
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
|
|||||||
7
justfile
7
justfile
@@ -30,3 +30,10 @@ update-config-and-reboot:
|
|||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
sudo nixos-rebuild switch --upgrade --flake ~/haus#puter
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user