feat(dashy): broken
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
{config, ...}: {
|
||||
server = {
|
||||
enable = true;
|
||||
email = "adam@cnst.dev";
|
||||
@@ -9,11 +8,6 @@
|
||||
uid = 994;
|
||||
gid = 993;
|
||||
|
||||
mounts = {
|
||||
fast = "/mnt/user";
|
||||
config = "/persist/opt/services";
|
||||
};
|
||||
|
||||
unbound = {
|
||||
enable = true;
|
||||
};
|
||||
@@ -73,6 +67,7 @@
|
||||
podman = {
|
||||
enable = true;
|
||||
gluetun.enable = true;
|
||||
dashy.enable = true;
|
||||
qbittorrent = {
|
||||
enable = true;
|
||||
port = 8080;
|
||||
|
||||
Reference in New Issue
Block a user