add fs & state version & fixes

This commit is contained in:
asyncnomi 2025-07-18 02:32:38 +02:00
parent b153246f90
commit 662d5a9f2e
4 changed files with 26 additions and 14 deletions

View file

@ -1,5 +1,5 @@
{
"bastion.mtz.lasuite.federez" = {
bastion-mtz-lasuite-federez = {
system = "x86_64-linux";
ver = "25.05";
modules = [
@ -7,9 +7,14 @@
];
ip4 = "193.48.225.150/24";
gIp4 = "193.48.225.254/24";
gIp4 = "193.48.225.254";
dev = "ens18";
grubDevice = "/dev/sda";
fileSystems."/" = {
device = "/dev/disk/by-uuid/04722f8d-5368-484b-8ec1-1dc10aad1b4a";
fsType = "ext4";
};
};
}