Add esphome host
This commit is contained in:
parent
5803c6ddc6
commit
26a1fe0e84
5 changed files with 82 additions and 0 deletions
8
config/hosts/esphome/configuration.nix
Normal file
8
config/hosts/esphome/configuration.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking = {
|
||||
hostName = "esphome";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue