mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: readme update
This commit is contained in:
parent
c725df2591
commit
a06248ba9a
2 changed files with 8 additions and 3 deletions
3
meta.nix
3
meta.nix
|
|
@ -24,9 +24,6 @@
|
|||
./tewi/nixos.nix
|
||||
nixfiles.nixos.base
|
||||
];
|
||||
networking = {
|
||||
hostName = "tewi";
|
||||
};
|
||||
};
|
||||
network.nodes.mew = {
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue