mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/servnerr-3: CoreRAD v1.0.0
This commit is contained in:
parent
97a7be0874
commit
0b693340c5
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
|||
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
let vars = import ./lib/vars.nix;
|
||||
let
|
||||
vars = import ./lib/vars.nix;
|
||||
unstable = import <nixos-unstable-small> { };
|
||||
|
||||
in {
|
||||
imports = [
|
||||
|
@ -83,6 +85,10 @@ in {
|
|||
corerad = {
|
||||
enable = true;
|
||||
|
||||
# Enable as necessary to get development builds of CoreRAD.
|
||||
# v1.0.0 is packaged in unstable.
|
||||
package = unstable.corerad;
|
||||
|
||||
settings = {
|
||||
debug = {
|
||||
address = ":9430";
|
||||
|
|
Loading…
Reference in a new issue