mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
docs/site: update "Declarative host management"
This commit is contained in:
parent
4138647ea7
commit
45ca261ac5
@ -30,6 +30,7 @@ format = "iso"
|
||||
hostname = "ploverrific"
|
||||
domain = "foodogsquared.one"
|
||||
nixpkgs-channel = "nixos-unstable-small"
|
||||
home-manager-channel = "home-manager-unstable"
|
||||
|
||||
[plover.deploy]
|
||||
hostname = "plover.foodogsquared.one"
|
||||
@ -59,6 +60,10 @@ It is set for `networking.domain` in NixOS configuration.
|
||||
The value could be any one of the nixpkgs flake inputs imported into this flake.
|
||||
By default, it uses `nixpkgs` flake input which points to the `nixos-unstable` channel.
|
||||
|
||||
- `home-manager-channel` is the home-manager channel to be used for the host.
|
||||
The value could be any one of the home-manager flake inputs imported into this flake.
|
||||
By default, it uses `home-manager` flake input which follows the `home-manager-unstable` channel.
|
||||
|
||||
- `deploy` is a table containing arguments from github:serokell/deploy-rs[opts=repo].
|
||||
Only a few arguments are accepted (i.e., `hostname`, `fast-connection`, `remote-build`, `magic-rollback`, and `auto-rollback`).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user