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

nixos/routnerr-2: move back to unstable CoreRAD

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2021-01-03 09:06:02 -05:00
parent a8dc7fef62
commit de73b7c36b
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -1,10 +1,16 @@
{ lib, ... }:
let vars = import ./lib/vars.nix;
let
vars = import ./lib/vars.nix;
unstable = import <nixos-unstable-small> { };
in {
services.corerad = {
enable = true;
# Use unstable for newer CoreRAD.
package = unstable.corerad;
settings = with vars.interfaces; {
# Base non-interface configuration.
debug = {