Expand Layout Fix maybe
Some checks are pending
/ Check NixOS Configuration (push) Waiting to run

This commit is contained in:
Kaybee 2024-11-14 01:56:29 +01:00
parent 76bd020d2a
commit e3a91c500a

View file

@ -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.