Removed zeroclaw
This commit is contained in:
parent
718dcb7121
commit
446e1f20a1
6 changed files with 1 additions and 84 deletions
|
|
@ -12,9 +12,7 @@
|
|||
let
|
||||
agenixOverlay = final: prev: { agenix = agenix.packages.${prev.system}.default; };
|
||||
|
||||
customOverlays = (final: prev: {
|
||||
zeroclaw = prev.callPackage ../packages/zeroclaw.nix { };
|
||||
});
|
||||
customOverlays = (final: prev: { });
|
||||
|
||||
mkPkgs =
|
||||
nixpkgsSrc: system:
|
||||
|
|
|
|||
|
|
@ -213,15 +213,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
zeroclaw = {
|
||||
module = ./zeroclaw;
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
"zeroclaw"
|
||||
];
|
||||
};
|
||||
|
||||
# Special hosts (non-LXC or local deployment)
|
||||
# deadbeef = {
|
||||
# module = ./deadbeef;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ in
|
|||
ilpost-podcast = "ilpost-podcast.${private-domain}";
|
||||
librenms = "librenms.${private-domain}";
|
||||
collabora = "collabora.${private-domain}";
|
||||
zeroclaw = "zeroclaw.${private-domain}";
|
||||
};
|
||||
personal = {
|
||||
username = "pazpi";
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
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