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