Change hostname
This commit is contained in:
parent
ab0e03bca0
commit
d4582abe3a
|
@ -12,7 +12,7 @@ in import "${sources.nixus}" {} ({ config, ... }: {
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
mail = { lib, config, ... }: {
|
capetillo = { lib, config, ... }: {
|
||||||
host = "deploy-nix@nixaalb.org";
|
host = "deploy-nix@nixaalb.org";
|
||||||
configuration = ../config/hosts/capetillo/configuration.nix;
|
configuration = ../config/hosts/capetillo/configuration.nix;
|
||||||
switchTimeout = 300;
|
switchTimeout = 300;
|
||||||
|
|
Loading…
Reference in a new issue