mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
even more missing imports
This commit is contained in:
parent
fe06885b78
commit
8d45b9fe71
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.calibre-web = {
|
services.calibre-web = {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, ... }:
|
{ config, lib, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
services.freshrss = {
|
services.freshrss = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
services.grafana = {
|
services.grafana = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ }:
|
{ config, lib, ... }:
|
||||||
#TODO: implement
|
#TODO: implement
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
#TODO: implement uptime-kama
|
#TODO: implement uptime-kama
|
||||||
services.uptime-kama = {
|
services.uptime-kama = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue