Ajout de quelques commandes utiles
This commit is contained in:
parent
88b676d287
commit
437c9dbabf
2 changed files with 16 additions and 0 deletions
16
docs/HOME.md
Normal file
16
docs/HOME.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Commande utiles
|
||||
|
||||
Reconstruire depuis /etc/nixos/configuration.nix
|
||||
```bash
|
||||
nixos-rebuild switch
|
||||
```
|
||||
|
||||
Reconstruire depuis custom/configuration.nix
|
||||
```bash
|
||||
nixos-rebuild switch -I custom/configuration.nix
|
||||
```
|
||||
|
||||
Reconstruire depuis la configuration [flake](./flake/HOME.md)
|
||||
```bash
|
||||
nixos-rebuild switch --flake flake_path_directory#hostname
|
||||
```
|
0
docs/flake/HOME.md
Normal file
0
docs/flake/HOME.md
Normal file
Loading…
Reference in a new issue