1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 18:57:08 +00:00

ofborg: add channel commands to example

This commit is contained in:
Daiderd Jordan 2018-01-30 01:28:35 +01:00
parent 693c89f867
commit 3888df8e2b
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -6,9 +6,12 @@ with lib;
# Logs are enabled by default.
# $ tail -f /var/log/ofborg.log
services.ofborg.enable = true;
services.ofborg.package = (import <ofborg> {}).ofborg.rs;
# services.ofborg.configFile = "/var/lib/ofborg/config.json";
# $ nix-channel --add https://github.com/NixOS/ofborg/archive/released.tar.gz ofborg
# $ nix-channel --update
services.ofborg.package = (import <ofborg> {}).ofborg.rs;
services.nix-daemon.enable = true;
nix.package = pkgs.nixUnstable;