about summary refs log tree commit diff
path: root/README.org
blob: d35c717b891add497550d4e3a6b9ce00ac68c849 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#+TITLE: world - nix configuration

* nixos
To rebuild the host:
#+begin_src sh
sudo nixos-rebuild switch  --flake .
#+end_src
* home manager
To build the configuration for the current user:
#+begin_src sh
home-manager switch --flake .
#+end_src