1
0
Fork 0

Harmonize modes

This commit is contained in:
Malte Brandy 2021-07-13 17:37:33 +02:00
parent 20851243db
commit 9cfd5b8afa
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -97,7 +97,7 @@ in
];
in
{
unrestricted = apolloConfig "Unrestricted" unrestricted;
leisure = apolloConfig "Leisure" (unrestricted ++ [ ./roles/games.nix ]);
orga = apolloConfig "Orga" [
./roles/mail-client.nix
./roles/accounting.nix
@ -110,7 +110,6 @@ in
research = apolloConfig "Research" [
(makeBlock restrictedPages)
];
gaming = apolloConfig "Gaming" (unrestricted ++ [ ./roles/games.nix ]);
};
zeus =
let