bump (failed)

This commit is contained in:
Tao Tien 2026-03-23 19:13:39 -07:00
parent 636dddce81
commit 1b405c71ec
4 changed files with 21 additions and 19 deletions

View file

@ -155,6 +155,7 @@ in {
};
ssh = {
enableDefaultConfig = false;
enable = true;
matchBlocks = {
"*" = {
@ -291,5 +292,5 @@ in {
home.username = "tao";
home.homeDirectory = "/home/tao";
home.stateVersion = "23.11";
home.stateVersion = "26.05";
}