This commit is contained in:
parent
aeb09fd985
commit
a845073dcc
3 changed files with 42 additions and 13 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Configure
|
||||
|
||||
### NixOS
|
||||
|
||||
```bash
|
||||
nixos-rebuild switch --flake flake_path_directory#hostname
|
||||
```
|
||||
|
@ -10,6 +12,13 @@ nixos-rebuild switch --flake flake_path_directory#hostname
|
|||
nix flake update --extra-experimental-features "nix-command flakes"
|
||||
```
|
||||
|
||||
### Home manager on standalone Linux
|
||||
|
||||
```
|
||||
nix run nixpkgs#home-manager -- switch --flake .#hostname // First time
|
||||
home-manager -- switch --flake .#hostname // Then
|
||||
```
|
||||
|
||||
## Show changements between revisions
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue