Improvement
This commit is contained in:
parent
500d8a4fd4
commit
4af7a9ce3c
2 changed files with 50 additions and 27 deletions
24
README.md
24
README.md
|
@ -1,24 +0,0 @@
|
|||
# Installation
|
||||
|
||||
`<hostname>` is default to `hostname` command but it can be overwritten
|
||||
|
||||
Build only
|
||||
|
||||
```bash
|
||||
nixos-rebuild build --flake .#<hostname>
|
||||
```
|
||||
|
||||
Build and switch
|
||||
|
||||
```bash
|
||||
nixos-rebuild switch --flake .#<hostname>
|
||||
```
|
||||
|
||||
Build script to activate in current shell
|
||||
```bash
|
||||
nix build .#hmConfig.<hostname>.activationPackage
|
||||
```
|
||||
with
|
||||
```bash
|
||||
./result/activate
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue