hosts/plover: update deploy-rs node settings

This commit is contained in:
Gabriel Arazas 2024-09-23 10:12:32 +08:00
parent 9b75ded877
commit 2c9b6bafc4
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -5,6 +5,10 @@
, ...
}:
let
domain = "foodogsquared.one";
subdomain = name: "${name}.${domain}";
in
{
setups.nixos = {
configs = {
@ -49,8 +53,15 @@
nixpkgs.branch = "nixos-unstable";
home-manager.branch = "home-manager-unstable";
systems = [ "x86_64-linux" ];
inherit domain;
formats = null;
domain = "foodogsquared.one";
deploy = {
hostname = subdomain "plover";
autoRollback = true;
magicRollback = true;
};
modules = [
inputs.disko.nixosModules.disko
inputs.sops-nix.nixosModules.sops