From e94600cb76cb1d5fd532ade10e38f9c06330b290 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 26 Jun 2024 09:48:54 +0200 Subject: [PATCH] argon: disable some modules --- system/hosts/argon.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/system/hosts/argon.nix b/system/hosts/argon.nix index 5a22b62..38a187f 100644 --- a/system/hosts/argon.nix +++ b/system/hosts/argon.nix @@ -20,7 +20,7 @@ in ../nixos/nginx-argon.nix (import ../nixos/adguardhome.nix (args // { inherit secret; })) - (import ../nixos/cfdyndns.nix (args // { inherit secret; })) + #(import ../nixos/cfdyndns.nix (args // { inherit secret; })) ../nixos/attic.nix @@ -28,10 +28,6 @@ in (import ../nixos/forgejo-runner.nix (args // { inherit secret; name = "argon"; tag = "ubuntu-latest-arm64"; nixTag = "arm64"; })) - # ../nixos/grafana.nix - # ../nixos/loki.nix - # ../nixos/telegraf.nix - ../nixos/tailscale.nix ../nixos/tailscale-nodns.nix