feat(rpi4): set up mosquitto

This commit is contained in:
Felix Schröter 2020-10-21 20:54:55 +02:00
parent c1042ae01a
commit ad3299faa2
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
4 changed files with 79 additions and 8 deletions

17
flake.lock generated
View file

@ -17,6 +17,22 @@
"type": "github"
}
},
"felschr-nixpkgs": {
"locked": {
"lastModified": 1603300533,
"narHash": "sha256-WQpKeqOAFkXv1NSq+VCpU7B6WJ6jdopvlUO0TkMq+mU=",
"owner": "felschr",
"repo": "nixpkgs",
"rev": "30b1d77f15634bb7574edf33087cd80f4e85a245",
"type": "github"
},
"original": {
"owner": "felschr",
"ref": "feat/mosquitto-password-file",
"repo": "nixpkgs",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -178,6 +194,7 @@
},
"root": {
"inputs": {
"felschr-nixpkgs": "felschr-nixpkgs",
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",