Merge branch 'main' of gitlab.com:stvnliu/nixos-configuration
This commit is contained in:
commit
fd12988a0f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ This configuration is dependent on flakes being enabled in the system building t
|
|||
|
||||
### Build script
|
||||
Build the default version of this configuration.
|
||||
Switches on the next boot.
|
||||
```
|
||||
wget https://raw.githubusercontent.com/stvnliu/nixos-configuration/refs/heads/main/deploy.sh
|
||||
chmod +x ./deploy.sh
|
||||
|
@ -21,6 +20,7 @@ chmod +x ./deploy.sh
|
|||
```
|
||||
|
||||
or manually:
|
||||
|
||||
```
|
||||
git clone <repo_url> <path_to_config>
|
||||
sudo nixos-rebuild --flake <path_to_config>#<your_hostname> boot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue