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 +```