DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: e48b2517640d2f279cc0d3aea4ea47f79ac224fd nix-arta/lxc/roles/default.nix -rw-r--r-- 116 bytes
e48b2517Jonni Liljamo feat: move arwen to ws and clenup orphan modules 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ./base.nix

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