1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/routnerr-2: switch to stable CoreRAD

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2022-03-01 10:40:06 -05:00
parent c179c2aa1d
commit ae483d9058
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -1,16 +1,13 @@
{ lib, ... }:
let
vars = import ./lib/vars.nix;
unstable = import <nixos-unstable-small> { };
let vars = import ./lib/vars.nix;
in {
services.corerad = {
enable = true;
# Enable as necessary to get development builds of CoreRAD.
# v1.0.0 is packaged in unstable.
package = unstable.corerad;
# package = unstable.corerad;
settings = with vars.interfaces; {
# Base non-interface configuration.