summaryrefslogtreecommitdiff
path: root/Cleaning the Nix store.md
diff options
context:
space:
mode:
Diffstat (limited to 'Cleaning the Nix store.md')
-rw-r--r--Cleaning the Nix store.md9
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
+```