Skip to content

Commit

Permalink
docs/site: update "Declarative host management"
Browse files Browse the repository at this point in the history
  • Loading branch information
foo-dogsquared committed Dec 5, 2023
1 parent 4138647 commit 45ca261
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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`).

Expand Down

0 comments on commit 45ca261

Please sign in to comment.