forked from Deuxfleurs/nixcfg
Add tip for system.stateVersion
This commit is contained in:
parent
9d4d8ef630
commit
c4e5ddb24b
4 changed files with 4 additions and 0 deletions
|
@ -12,5 +12,6 @@
|
|||
deuxfleurs.staticIPv6.address = "2a01:e34:ec05:8a40::23";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
|
||||
# this denote the version at install time, do not update
|
||||
system.stateVersion = "21.05";
|
||||
}
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
deuxfleurs.staticIPv6.address = "2a02:a03f:6510:5102:223:24ff:feb0:e8a7";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
|
||||
# this denote the version at install time, do not update
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
@ -10,5 +10,6 @@
|
|||
deuxfleurs.staticIPv6.address = "2a01:e0a:5e4:1d0:223:24ff:feaf:fdec";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
|
||||
# this denote the version at install time, do not update
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
@ -12,5 +12,6 @@
|
|||
deuxfleurs.staticIPv4.address = "192.168.5.25";
|
||||
deuxfleurs.staticIPv6.address = "2001:912:1ac0:2200::25";
|
||||
|
||||
# this denote the version at install time, do not update
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue