mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
ofborg: add channel commands to example
This commit is contained in:
parent
693c89f867
commit
3888df8e2b
1 changed files with 4 additions and 1 deletions
|
@ -6,9 +6,12 @@ with lib;
|
||||||
# Logs are enabled by default.
|
# Logs are enabled by default.
|
||||||
# $ tail -f /var/log/ofborg.log
|
# $ tail -f /var/log/ofborg.log
|
||||||
services.ofborg.enable = true;
|
services.ofborg.enable = true;
|
||||||
services.ofborg.package = (import <ofborg> {}).ofborg.rs;
|
|
||||||
# services.ofborg.configFile = "/var/lib/ofborg/config.json";
|
# 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;
|
services.nix-daemon.enable = true;
|
||||||
|
|
||||||
nix.package = pkgs.nixUnstable;
|
nix.package = pkgs.nixUnstable;
|
||||||
|
|
Loading…
Add table
Reference in a new issue