DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: cf1b2f0887950bbd12f26d31cd9f21118dfdfe7f nix-arta/lxc/hosts/default.nix -rw-r--r-- 108 bytes
cf1b2f08Jonni Liljamo feat: move dns 8 days ago
                                                                                
1
2
3
4
5
6
7
profiles: {
  dns = {
    system = "x86_64-linux";
    profile = profiles.generic;
    modules = [];
  };
}