tried zeroclaw. disabled for now
This commit is contained in:
parent
b37beebb89
commit
3f89dc25b6
30 changed files with 232 additions and 147 deletions
27
hosts/zeroclaw/default.nix
Normal file
27
hosts/zeroclaw/default.nix
Normal 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue