mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/routnerr-2: switch to CoreRAD unstable for v1.1.0
This commit is contained in:
parent
3f6919bff7
commit
14463db199
1 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,17 @@
|
|||
{ lib, ... }:
|
||||
|
||||
let vars = import ./lib/vars.nix;
|
||||
let
|
||||
unstable = import <nixos-unstable-small> { };
|
||||
vars = import ./lib/vars.nix;
|
||||
|
||||
in {
|
||||
services.corerad = {
|
||||
enable = true;
|
||||
|
||||
# Enable as necessary to get development builds of CoreRAD.
|
||||
# package = unstable.corerad;
|
||||
#
|
||||
# v1.1.0 is in unstable as of March 2022.
|
||||
package = unstable.corerad;
|
||||
|
||||
settings = with vars.interfaces; {
|
||||
# Base non-interface configuration.
|
||||
|
|
Loading…
Reference in a new issue