tried zeroclaw. disabled for now

This commit is contained in:
pazpi 2026-02-27 21:58:59 +01:00
parent b37beebb89
commit 3f89dc25b6
No known key found for this signature in database
30 changed files with 232 additions and 147 deletions

View file

@ -0,0 +1,27 @@
{
config,
pkgs,
lib,
...
}:
{
networking.firewall.allowedTCPPorts = [ 37617 ];
my = {
networking.tailscale.enable = true;
utils = {
commons.enable = true;
lxc-standard.enable = true;
};
virtualisation.proxmox.enable = true;
};
environment.systemPackages = with pkgs; [
git
zeroclaw
];
system.stateVersion = "25.11";
}