Change hostname

This commit is contained in:
Emelie Graven 2022-02-14 18:15:20 +01:00
parent ab0e03bca0
commit d4582abe3a
Signed by: emelie
GPG key ID: C11123726DBB55A1

View file

@ -12,7 +12,7 @@ in import "${sources.nixus}" {} ({ config, ... }: {
};
nodes = {
mail = { lib, config, ... }: {
capetillo = { lib, config, ... }: {
host = "deploy-nix@nixaalb.org";
configuration = ../config/hosts/capetillo/configuration.nix;
switchTimeout = 300;