mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/rigel/configuration.nix
This commit is contained in:
2026-03-30 17:16:44 +07:00
parent c5a42cccf7
commit 1b65698d92

View File

@@ -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}]";