DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: cf1b2f0887950bbd12f26d31cd9f21118dfdfe7f nix-arta/lxc/roles/default.nix -rw-r--r-- 99 bytes
cf1b2f08Jonni Liljamo feat: move dns 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
{
  imports = [
    ./base.nix

    ./cadvisor.nix
    ./prometheus.nix
    ./tailscale.nix
  ];
}