1
1
Fork 1
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:
oddlama 2025-01-26 21:43:24 +01:00
parent 8d654ae945
commit 4c10c73df0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 587 additions and 1 deletions

View file

@ -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";