[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
|
||||
|
||||
```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
|
||||
### 8. System installieren
|
||||
|
||||
```bash
|
||||
nixos-install
|
||||
@ -135,9 +127,12 @@ Nach der Installation wird ein Root-Passwort abgefragt. Danach:
|
||||
reboot
|
||||
```
|
||||
|
||||
### 10. Nach dem ersten Start
|
||||
### 9. Nach dem ersten Start
|
||||
|
||||
```bash
|
||||
nix-channel --add https://github.com/nix-community/home-manager/archive/release-25.11.tar.gz home-manager
|
||||
nix-channel --update
|
||||
|
||||
# Konfiguration anwenden
|
||||
sudo nixos-rebuild switch
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user