diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-04-26 13:17:36 +0200 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-04-26 13:17:36 +0200 |
commit | 527203cebf580db8727623950b6b4faf49292e7a (patch) | |
tree | 3fc55ae8f9f1eb157e00805eb487731512cc48fc /Cleaning the Nix store.md | |
parent | ea3391b2fc1a8119dad5aeb39f229dff77519f93 (diff) |
vault backup: 2025-04-26 13:17:36
Diffstat (limited to 'Cleaning the Nix store.md')
-rw-r--r-- | Cleaning the Nix store.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cleaning the Nix store.md b/Cleaning the Nix store.md new file mode 100644 index 0000000..523cb71 --- /dev/null +++ b/Cleaning the Nix store.md @@ -0,0 +1,9 @@ +--- +tags: + - nix + - howto +--- +``` +sudo nix-collect-garbage -d +sudo nixos-rebuild boot +``` |