]> Repositories - machines.git/blobdiff - README.md
Add dotfiles
[machines.git] / README.md
index 1da016d3a9a1dde47d5e03268e61da37f5151b87..47d20ef7a7ff03743968ab01482ebd8c03a6c4a1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
 # Machines
 
 ```shell
-nixos-rebuild --target-host <machine> --sudo --flake . switch
+# Rebuild VPS
+nixos-rebuild --target-host levanter --sudo --flake . switch
+
+# Rebuild laptop
+sudo nixos-rebuild --flake . switch
 ```