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 = { setups.nixos = {
configs = { configs = {
@ -49,8 +53,15 @@
nixpkgs.branch = "nixos-unstable"; nixpkgs.branch = "nixos-unstable";
home-manager.branch = "home-manager-unstable"; home-manager.branch = "home-manager-unstable";
systems = [ "x86_64-linux" ]; systems = [ "x86_64-linux" ];
inherit domain;
formats = null; formats = null;
domain = "foodogsquared.one"; deploy = {
hostname = subdomain "plover";
autoRollback = true;
magicRollback = true;
};
modules = [ modules = [
inputs.disko.nixosModules.disko inputs.disko.nixosModules.disko
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops