diff system.py @ 247:ff36727f3a10

pkg and host updates
author drewp@bigasterisk.com
date Thu, 28 Dec 2023 16:38:05 -0800
parents ad6e997fd323
children 4e424a144183
line wrap: on
line diff
--- a/system.py	Thu Dec 14 16:46:37 2023 -0800
+++ b/system.py	Thu Dec 28 16:38:05 2023 -0800
@@ -67,4 +67,10 @@
 
 if host.name == 'prime':
     smaller_journals()
-    web_forward()
\ No newline at end of file
+    web_forward()
+
+# for space, consider:
+# k3s crictl rmi --prune
+# snap list --all | while read snapname ver rev trk pub notes; do if [[ $notes = *disabled* ]]; then snap remove "$snapname" --revision="$rev"; fi; done
+# podman system reset
+    
\ No newline at end of file