nix/hosts/docker/default.nix
pazpi c11fea4a9d
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled
Remove portainer in favor of Docker
2026-01-31 19:18:20 +01:00

21 lines
265 B
Nix

{
pkgs,
lib,
...
}:
{
my = {
utils = {
commons.enable = true;
lxc-standard.enable = true;
};
monitoring.uptime-kuma.enable = true;
virtualisation = {
proxmox.enable = true;
};
};
system.stateVersion = "24.11";
}