diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,8 +18,12 @@ wget https://raw.githubusercontent.com/stvnliu/nixos-configuration/refs/heads/ma chmod +x ./deploy.sh ./deploy.sh https://github.com/stvnliu/nixos-configuration nixos-msi ``` + +or manually: + ``` -sudo nixos-rebuild --flake <path_to_this_config>#<your_hostname> switch +git clone <repo_url> <path_to_config> +sudo nixos-rebuild --flake <path_to_config>#<your_hostname> boot ``` ## Features |