Corrected host definition
This commit is contained in:
parent
ccf43a6f6b
commit
cc5f0a097d
|
@ -1,10 +1,8 @@
|
||||||
# NixOps configuration for pi-tri
|
# NixOps configuration for pi-tri
|
||||||
|
|
||||||
{
|
{ config, pkgs, lib, ... }:
|
||||||
pi-ceithir =
|
|
||||||
{ config, pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../Deployments/jormungandr-stake.nix
|
../Deployments/jormungandr-stake.nix
|
||||||
];
|
];
|
||||||
|
@ -15,5 +13,4 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
];
|
];
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue