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:
parent
c179c2aa1d
commit
ae483d9058
1 changed files with 2 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue