From 58dc95c159020b5db3f086ba9508709a78629bbf Mon Sep 17 00:00:00 2001 From: Jo Date: Mon, 23 Oct 2023 00:41:07 +0200 Subject: [PATCH] chore: update README instructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 +```