1
0
Fork 0

Remove inactive startPage

This commit is contained in:
Malte Brandy 2021-07-09 00:07:14 +02:00
parent 77841f0ace
commit b9b8918ab2

View file

@ -121,7 +121,6 @@ in
];
research = apolloConfig "Research" [
(makeBlock (tinkerPages ++ leisurePages))
(setStartpage "http://localhost:8042")
];
gaming = apolloConfig "Gaming" (unrestricted ++ [ ./roles/games.nix ]);
};