1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 16:51:07 +02:00

eduroam, traadfri: use shared secrets

This commit is contained in:
Kierán Meinhardt
2019-06-18 09:23:20 +02:00
parent e508cab29b
commit 97b014526a
3 changed files with 10 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
enable = true;
user = "kmein";
host = "192.168.178.28";
key = lib.strings.removeSuffix "\n" (builtins.readFile <secrets/traadfri.key>);
key = lib.strings.removeSuffix "\n" (builtins.readFile <shared-secrets/traadfri.key>);
rooms = {
bedroom = 131074;
corridor = 131076;