Add fieldseeker webserver

This commit is contained in:
Eli Ribble 2025-08-20 23:58:18 +00:00
parent 1f0173ab1a
commit 3f509cc124
2 changed files with 26 additions and 4 deletions

View file

@ -2,5 +2,6 @@
imports = [
./hardware-configuration.nix
];
myModules.caddy.enable = true;
myModules.fieldseeker-sync.enable = true;
}