aboutsummaryrefslogblamecommitdiff
path: root/README.org
blob: 9e59a75f9fe5c8ab0b23ecabd80748ead1e1536b (plain) (tree)
1
2
3
4
5
6
7
                                  

       
                    


                                    














                                                
#+TITLE: world - nix configuration

* nixos
To rebuild the host:
#+begin_src sh
sudo nixos-rebuild switch  --flake .
#+end_src

or
#+begin_src sh
nix-rebuild-host
#+end_src
* home-manager
To rebuild the configuration for =home-manager=:
#+begin_src sh
home-manager switch --flake .
#+end_src
* update flakes
To update the flakes:
#+begin_src sh
nix flake update
#+end_src