[nixos] Downgrade from unstable to 25.05

This commit is contained in:
2025-10-25 15:05:08 -07:00
parent 4b68e3f051
commit 67a82f14fd
5 changed files with 36 additions and 27 deletions

View File

@@ -58,11 +58,11 @@ in
programs.ssh = {
enable = true;
addKeysToAgent = "yes";
matchBlocks = {
"nucdeb1" = {
hostname = "nucdeb1.oglehome";
user = "root";
addKeysToAgent = "yes";
};
};
};