migrated to correct config name

This commit is contained in:
Jermeiah S 2025-06-23 01:07:46 -04:00
parent 69bccfd2e6
commit 50a0cd0d1e
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ in
enable = false; enable = false;
}; };
networking = { networking = {
hostName = "base"; hostName = "base-tofu";
}; };
environment.systemPackages = [ environment.systemPackages = [
]; ];

View file

@ -16,10 +16,10 @@ in
]; ];
deploy = { deploy = {
enable = false; enable = false;
address = "unknown.local"; # address = "unknown.local";
}; };
networking = { networking = {
hostName = "caddy"; hostName = "caddy-tofu";
}; };
environment.systemPackages = [ environment.systemPackages = [
]; ];