add fs & state version & fixes
This commit is contained in:
parent
b153246f90
commit
662d5a9f2e
4 changed files with 26 additions and 14 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue