feat: use default format for hostname in deploys

This commit is contained in:
Kat Inskip 2024-01-28 10:31:56 -08:00
parent acbc8b852c
commit f273357a4f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 1 additions and 2 deletions

View file

@ -65,6 +65,7 @@
autoRollback = mkOptionDefault true;
magicRollback = mkOptionDefault true;
fastConnection = mkOptionDefault false;
hostname = mkOptionDefault "${machine}.local.gensokyo.zone";
profiles.system = {
user = "root";
path = inputs.deploy-rs.lib.${system}.activate.nixos inputs.self.nixosConfigurations.${machine};

View file

@ -1,5 +1,4 @@
_: {
deploy.hostname = "hakurei.local.gensokyo.zone";
arch = "x86_64";
type = "NixOS";
modules = [

View file

@ -1,5 +1,4 @@
_: {
deploy.hostname = "mediabox.local.gensokyo.zone";
arch = "x86_64";
type = "NixOS";
modules = [