add aurore for real
This commit is contained in:
parent
4e2d5bb8d4
commit
07322a9e9a
3 changed files with 84 additions and 3 deletions
60
nodes.nix
60
nodes.nix
|
@ -581,4 +581,62 @@
|
|||
|
||||
wg-pub = "wUUK+ZfLXMeJLKlcfNpjWEoOR8qI3/1BBazNzUY4rxg=";
|
||||
};
|
||||
}
|
||||
|
||||
######################
|
||||
# Aurore Inventory #
|
||||
######################
|
||||
|
||||
bastion-aur-lasuite-federez = {
|
||||
zone = 3;
|
||||
id = 1;
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
./shared/bastion.nix
|
||||
];
|
||||
|
||||
ip4 = "45.66.111.188/24";
|
||||
gIp4 = "45.66.111.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/4c3698a5-6c56-4f67-9c8c-775021605ff5";
|
||||
fsType = "ext4";
|
||||
};
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/38F5-01F3";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
|
||||
wg-pub = "evbfIgNwP4yJ9l4SPyxcmNLcJAbjEezssCdFtNq9TXk=";
|
||||
};
|
||||
|
||||
master-dns-aur-lasuite-federez = {
|
||||
zone = 3;
|
||||
id = 2;
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "45.66.111.189/24";
|
||||
gIp4 = "45.66.111.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "";
|
||||
fsType = "ext4";
|
||||
};
|
||||
fileSystems."/boot" = {
|
||||
device = "";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
|
||||
wg-pub = "dUWcl8dn7dN0WWZWho7ehmv5uFubm/XG+MQxn4lonV8=";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue