1
0
Fork 0

Automatically discover home-instances from config

This commit is contained in:
Malte Brandy 2020-05-07 16:08:32 +02:00
parent 6fbae0959c
commit a545bcb377

View file

@ -33,14 +33,7 @@ in rec {
repoSrc = "git@hera.m-0.eu:nixos-config";
configPath = "/etc/nixos";
systems = [ "apollo" "hera" ];
homes = [
"apollo-tinkering"
"apollo-leisure"
"apollo-orga"
"apollo-research"
"hera"
"hephaistos"
];
homes = pkgs.lib.attrNames (import ../home.nix);
keys = [ "default" "apollo" "hera" ];
test-config = writeHaskellScript {
name = "test-config";