Add system state version
This commit is contained in:
parent
e9ccff4b52
commit
30549b5e4e
5 changed files with 19 additions and 6 deletions
|
@ -121,4 +121,6 @@ in
|
|||
"192.168.42.11" = [ "wohnzimmerpi.dadada.li" "wohnzimmerpi" ];
|
||||
"10.1.2.9" = [ "fgprinter.fginfo.tu-bs.de" ];
|
||||
};
|
||||
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
|
|
|
@ -166,4 +166,6 @@ in
|
|||
workstation = false;
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
|
|
|
@ -121,4 +121,6 @@ in
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
|
|
@ -118,4 +118,6 @@ in
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue