Rename webservices to webservices.nix

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

5
services/webservices.nix Normal file
View file

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