feat: disable rest of cluster
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, meta, pkgs, lib, ... }:
|
||||
{ config, meta, pkgs, ... }:
|
||||
{
|
||||
imports = [../common/users.nix];
|
||||
nix = {
|
||||
|
||||
8
nixos/server/nodes.nix
Normal file
8
nixos/server/nodes.nix
Normal 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"; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user