From 29bea2fae439ebe0f1f36740a9683f46b9479b96 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli <hi@nicco.io> Date: Tue, 12 Nov 2024 22:34:18 +0100 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a975b65 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Nix + +Nix setup for server + +## Install + +```bash +curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate +nix run home-manager -- switch --flake github:cupcakearmy/nix-cli#root +```