mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
chore: milkywell host
This commit is contained in:
parent
2830b98729
commit
a8daed1d10
13 changed files with 30 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue