chore: rename hosts

This commit is contained in:
Leon Schwarzäugl 2025-11-08 03:37:15 +01:00
parent c9e7e493d8
commit 2775193fae
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
13 changed files with 121 additions and 22 deletions

View file

@ -25,7 +25,7 @@ in
};
networking = {
hostName = "chaostheatre";
hostName = "hotel";
firewall.enable = true;
};
@ -47,7 +47,7 @@ in
} // lib.optionalAttrs (!minimal) {
swarselprofiles = {
chaostheatre = true;
hotel = true;
minimal = true;
};
}