migrated to correct config name
This commit is contained in:
parent
69bccfd2e6
commit
50a0cd0d1e
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ in
|
|||
enable = false;
|
||||
};
|
||||
networking = {
|
||||
hostName = "base";
|
||||
hostName = "base-tofu";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
];
|
||||
|
|
@ -16,10 +16,10 @@ in
|
|||
];
|
||||
deploy = {
|
||||
enable = false;
|
||||
address = "unknown.local";
|
||||
# address = "unknown.local";
|
||||
};
|
||||
networking = {
|
||||
hostName = "caddy";
|
||||
hostName = "caddy-tofu";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue