This commit is contained in:
Vegard Bieker Matthey
2026-02-20 18:12:39 +01:00
parent eedb94b998
commit 54a6b687dd
127 changed files with 3804 additions and 2402 deletions

View File

@@ -1,10 +1,18 @@
{config, lib, pkgs, unstablePkgs, values, ...}:
{
config,
lib,
pkgs,
unstablePkgs,
values,
...
}:
let
grg = config.services.greg-ng;
grgw = config.services.grzegorz-webui;
machine = config.networking.hostName;
in {
in
{
services.greg-ng = {
enable = true;
settings.host = "localhost";
@@ -124,4 +132,3 @@ in {
};
};
}