Improvement

This commit is contained in:
Florian RICHER 2023-02-02 00:32:13 +01:00
parent 500d8a4fd4
commit 4af7a9ce3c
2 changed files with 50 additions and 27 deletions

View file

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