From 1b65698d92c4299e6dfde3106d2a8584317bf63b Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 30 Mar 2026 17:16:44 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/rigel/configuration.nix --- machines/rigel/configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/machines/rigel/configuration.nix b/machines/rigel/configuration.nix index 33e03e8..b820028 100644 --- a/machines/rigel/configuration.nix +++ b/machines/rigel/configuration.nix @@ -1,8 +1,4 @@ -{ - inputs, - config, - ... -}: +{ config, ... }: { imports = [ (import ../../lib/auto-accept-zerotier-members.nix { @@ -14,8 +10,6 @@ }) ]; - networking.firewall.allowedTCPPorts = [ 80 ]; - system.stateVersion = "25.11"; clan.core.sops.defaultGroups = [ "admins" ]; clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]";