Create webservices

This commit is contained in:
ediblerope 2026-01-20 21:13:33 +00:00 committed by GitHub
parent 919f793563
commit 6deb4979cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
services/webservices Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, lib, ... }:
{
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
}