mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: update deploy-rs node settings
This commit is contained in:
parent
9b75ded877
commit
2c9b6bafc4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user