nixos: Working castle NVMe-oF root
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
ip = assignments.lo.ipv4.address;
|
||||
host = "boot.${domain}";
|
||||
allowedPrefixes = with prefixes; [ hi.v4 hi.v6 lo.v4 lo.v6 ];
|
||||
instances = [ "sfh" ];
|
||||
instances = [ "sfh" "castle" ];
|
||||
};
|
||||
|
||||
deploy.node.hostname = "192.168.68.1";
|
||||
|
@@ -68,6 +68,7 @@ in
|
||||
hostname = "boot.${domain}";
|
||||
systems = {
|
||||
sfh = "52:54:00:a5:7e:93";
|
||||
castle = "c8:7f:54:6e:17:0f";
|
||||
};
|
||||
};
|
||||
subnet4 = [
|
||||
|
Reference in New Issue
Block a user