From ad5e36e89b260548c25d5aca9ee02774f4c99cb9 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 27 Jul 2023 15:26:42 -0500 Subject: [PATCH] zomg nixos --- os/linux/nix/readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 os/linux/nix/readme.md diff --git a/os/linux/nix/readme.md b/os/linux/nix/readme.md new file mode 100644 index 0000000..928c73c --- /dev/null +++ b/os/linux/nix/readme.md @@ -0,0 +1,5 @@ +# zomg nixos + +```bash +$ ssh -t beefcake 'cdd && pwd && g pl && cd os/linux/nix && sudo nixos-rebuild switch --flake .# && echo DONE' +```