{ config, self, ... }: { imports = [ self.nixosModules.common ]; clan.core.sops.defaultGroups = [ "admins" ]; clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; nixpkgs.hostPlatform = { system = "aarch64-linux"; }; system.stateVersion = "25.11"; services.journald.extraConfig = '' Storage=volatile RuntimeMaxUse=30M RuntimeMaxFileSize=10M ''; services.udisks2.enable = false; nix.settings.log-lines = 25; nix.settings.auto-optimise-store = true; nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 15d"; }; }