mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Expand Layout Fix maybe
This commit is contained in:
parent
76bd020d2a
commit
e3a91c500a
|
|
@ -20,14 +20,18 @@ hostname
|
||||||
```
|
```
|
||||||
<details>
|
<details>
|
||||||
<summary>Hostname does not Match (click to expand)</summary>
|
<summary>Hostname does not Match (click to expand)</summary>
|
||||||
|
|
||||||
Install NixOS on the current system with forced hostname.
|
Install NixOS on the current system with forced hostname.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/Project/aux-config
|
cd ~/Project/aux-config
|
||||||
sudo nixos-rebuild switch --flake .#voloxo
|
sudo nixos-rebuild switch --flake .#voloxo
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Warning**
|
> **Warning**
|
||||||
>
|
>
|
||||||
> This will change the Hostname of your System to voloxo!
|
> This will change the Hostname of your System to voloxo!
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
Install NixOS for your current Hostname.
|
Install NixOS for your current Hostname.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue