sayuri: Add foldingathome specialisation

pull/48/head
Simon Bruder 2021-03-06 15:32:18 +01:00
parent 65931f8b85
commit 542a89ef57
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 10 additions and 0 deletions

View File

@ -31,4 +31,13 @@
networking.hostName = "sayuri";
system.stateVersion = "20.03";
specialisation = {
foldingathome.configuration = {
services.foldingathome = {
enable = true;
user = "sbruder";
};
};
};
}

View File

@ -28,6 +28,7 @@ in
] ++ lib.optionals cfg.allowSoftware [
"osu-lazer" # exception: is mostly free (just has one unfree dependency) and runs in container
"p7zip" # exception: rar source code is not free, but available; p7zip with `enableUnfree` includes it
"fahclient" # exception: for science
]
));
};