feat: disable rest of cluster

This commit is contained in:
2024-10-08 09:56:22 -04:00
parent c2583df1cb
commit 63313fd337
6 changed files with 28 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
{ config, meta, pkgs, lib, ... }:
{ config, meta, pkgs, ... }:
{
imports = [../common/users.nix];
nix = {

8
nixos/server/nodes.nix Normal file
View File

@@ -0,0 +1,8 @@
{
premhome-falcon-1 = { ip = "100.64.0.19"; };
premhome-falcon-2 = { ip = "100.64.0.7"; };
premhome-falcon-3 = { ip = "100.64.0.8"; };
premhome-eagle-1 = { ip = "100.64.0.9"; };
premhome-eagle-2 = { ip = "100.64.0.10"; };
}