mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: add wyoming
This commit is contained in:
parent
8d654ae945
commit
4c10c73df0
5 changed files with 587 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
./esphome.nix
|
||||
./home-assistant.nix
|
||||
./mosquitto.nix
|
||||
./wyoming.nix
|
||||
];
|
||||
|
||||
topology.self.hardware.info = "Intel N100, 16GB RAM";
|
||||
|
@ -50,6 +51,11 @@
|
|||
}
|
||||
];
|
||||
|
||||
systemd.tmpfiles.settings."01-var-lib-private"."/var/lib/private".d = {
|
||||
user = "root";
|
||||
mode = "0700";
|
||||
};
|
||||
|
||||
meta.promtail = {
|
||||
enable = true;
|
||||
proxy = "sentinel";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue