chore: milkywell host

This commit is contained in:
Leon Schwarzäugl 2025-07-07 23:37:43 +02:00
parent 2830b98729
commit a8daed1d10
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
13 changed files with 30 additions and 30 deletions

View file

@ -1,7 +1,7 @@
{ lib, config, ... }:
{
options.swarselsystems.profiles.server.sync = lib.mkEnableOption "is this a oci sync server";
config = lib.mkIf config.swarselsystems.profiles.server.sync {
options.swarselsystems.profiles.server.syncserver = lib.mkEnableOption "is this a oci syncserver server";
config = lib.mkIf config.swarselsystems.profiles.server.syncserver {
swarselsystems = {
modules = {
general = lib.mkDefault true;