From 8a9e317c14e738acf19d9b7a90abbff516866ddc Mon Sep 17 00:00:00 2001 From: xinyangli Date: Sat, 21 Dec 2024 21:50:05 +0800 Subject: [PATCH] thorite,dolomite: enable comin --- machines/dolomite/common.nix | 1 + machines/thorite/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/machines/dolomite/common.nix b/machines/dolomite/common.nix index 65b10c7..0b80ae4 100644 --- a/machines/dolomite/common.nix +++ b/machines/dolomite/common.nix @@ -37,6 +37,7 @@ commonSettings = { auth.enable = true; + comin.enable = true; proxyServer = { enable = true; users = [ diff --git a/machines/thorite/default.nix b/machines/thorite/default.nix index f2de662..2ea7cf4 100644 --- a/machines/thorite/default.nix +++ b/machines/thorite/default.nix @@ -37,6 +37,7 @@ commonSettings = { auth.enable = true; + comin.enable = true; }; nixpkgs.system = "x86_64-linux";