20 lines
No EOL
441 B
Nix
20 lines
No EOL
441 B
Nix
{
|
|
bastion-mtz-lasuite-federez = {
|
|
system = "x86_64-linux";
|
|
ver = "25.05";
|
|
modules = [
|
|
./shared/bastion.nix
|
|
];
|
|
|
|
ip4 = "193.48.225.150/24";
|
|
gIp4 = "193.48.225.254";
|
|
|
|
dev = "ens18";
|
|
|
|
grubDevice = "/dev/sda";
|
|
fileSystems."/" = {
|
|
device = "/dev/disk/by-uuid/04722f8d-5368-484b-8ec1-1dc10aad1b4a";
|
|
fsType = "ext4";
|
|
};
|
|
};
|
|
} |