update hosts
All checks were successful
/ check (push) Successful in 1m42s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-06-23 21:58:09 -04:00
parent 7b152ccd16
commit f99ae718d9
No known key found for this signature in database
2 changed files with 7 additions and 3 deletions

View file

@ -41,6 +41,10 @@ in
networking = {
hostName = "tofu";
};
environment.variables = {
TF_LOG = "trace";
};
environment.systemPackages = [
];
system.stateVersion = "25.05";