mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/routnerr-2: explicitly import nixos-unstable-small
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
88904bc3ad
commit
0aa6b16a9a
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
let
|
||||
vars = import ./lib/vars.nix;
|
||||
unstable = import <unstable> { };
|
||||
unstable = import <nixos-unstable-small> { };
|
||||
|
||||
in {
|
||||
disabledModules = [
|
||||
|
@ -38,7 +38,7 @@ in {
|
|||
./wgipamd.nix
|
||||
|
||||
# Unstable or out-of-tree modules.
|
||||
<unstable/nixos/modules/services/monitoring/prometheus/exporters.nix>
|
||||
<nixos-unstable-small/nixos/modules/services/monitoring/prometheus/exporters.nix>
|
||||
./lib/modules/wireguard_exporter.nix
|
||||
./lib/modules/wgipamd.nix
|
||||
];
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
vars = import ./lib/vars.nix;
|
||||
unstable = import <unstable> { };
|
||||
unstable = import <nixos-unstable-small> { };
|
||||
|
||||
in {
|
||||
services.corerad = {
|
||||
|
|
Loading…
Reference in a new issue