diff --git a/README.md b/README.md index 67a04ea..36abd58 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # nix-config -Jo's NixOS configuration \ No newline at end of file +Jo's NixOS configuration + + +## Deployment + +Run this to apply your system configuration. +```sh +sudo nixos-rebuild switch --flake .#hostname +``` + +Run this, to apply your home-manager configuration. +```sh +home-manager switch --flake .#username@hostname +```