Corrected host definition
This commit is contained in:
parent
ccf43a6f6b
commit
cc5f0a097d
|
@ -1,19 +1,16 @@
|
||||||
# NixOps configuration for pi-tri
|
# NixOps configuration for pi-tri
|
||||||
|
|
||||||
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
pi-ceithir =
|
imports = [
|
||||||
{ config, pkgs, lib, ... }:
|
../Deployments/jormungandr-stake.nix
|
||||||
|
];
|
||||||
|
|
||||||
{
|
deployment.targetHost = "10.69.0.204";
|
||||||
imports = [
|
|
||||||
../Deployments/jormungandr-stake.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
deployment.targetHost = "10.69.0.204";
|
networking.hostName = "pi-ceithir"; # Define your hostname.
|
||||||
|
|
||||||
networking.hostName = "pi-ceithir"; # Define your hostname.
|
environment.systemPackages = with pkgs; [
|
||||||
|
];
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue