chore: readme update

This commit is contained in:
arcnmx 2024-01-06 15:46:10 -08:00
parent c725df2591
commit a06248ba9a
2 changed files with 8 additions and 3 deletions

View file

@ -24,9 +24,6 @@
./tewi/nixos.nix
nixfiles.nixos.base
];
networking = {
hostName = "tewi";
};
};
network.nodes.mew = {
imports = [

View file

@ -3,12 +3,20 @@
## Build and Deploy
```shell
:; export NF_HOST=tewi
:; nf-deploy build
# switch without committing to it...
:; nf-deploy test
# then deploy..!
:; nf-deploy switch
```
The above is just a convenience wrapper around `nixos-rebuild`:
```shell
:; nixos-rebuild switch --flake .#tewi --target-host tewi --use-remote-sudo
```
## Editing Secrets
```shell