[TASK] Change after reboot commands
This commit is contained in:
parent
b4a43c309a
commit
8929ef9913
15
README.md
15
README.md
@ -115,15 +115,7 @@ boot.loader = {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
### 8. Home Manager Channel hinzufuegen
|
### 8. System installieren
|
||||||
|
|
||||||
```bash
|
|
||||||
nix-channel --add https://github.com/nix-community/home-manager/archive/release-25.11.tar.gz home-manager
|
|
||||||
nix-channel --add https://github.com/nix-community/home-manager/archive/release-25.11.tar.gz home-manager
|
|
||||||
nix-channel --update
|
|
||||||
```
|
|
||||||
|
|
||||||
### 9. System installieren
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nixos-install
|
nixos-install
|
||||||
@ -135,9 +127,12 @@ Nach der Installation wird ein Root-Passwort abgefragt. Danach:
|
|||||||
reboot
|
reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
### 10. Nach dem ersten Start
|
### 9. Nach dem ersten Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
nix-channel --add https://github.com/nix-community/home-manager/archive/release-25.11.tar.gz home-manager
|
||||||
|
nix-channel --update
|
||||||
|
|
||||||
# Konfiguration anwenden
|
# Konfiguration anwenden
|
||||||
sudo nixos-rebuild switch
|
sudo nixos-rebuild switch
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user