♻️ refactor system.stateVersion usage

This commit is contained in:
2023-02-20 13:28:35 -05:00
parent bf6b57c236
commit 0c4ba0a464
9 changed files with 11 additions and 30 deletions

View File

@ -50,4 +50,6 @@ _: {
};
};
};
system.stateVersion = 4;
}

View File

@ -16,4 +16,6 @@
trusted-users = [ "root" "walkah" ];
};
};
system.stateVersion = "23.05";
}