sayuri: Add foldingathome specialisation
This commit is contained in:
parent
65931f8b85
commit
542a89ef57
|
@ -31,4 +31,13 @@
|
|||
networking.hostName = "sayuri";
|
||||
|
||||
system.stateVersion = "20.03";
|
||||
|
||||
specialisation = {
|
||||
foldingathome.configuration = {
|
||||
services.foldingathome = {
|
||||
enable = true;
|
||||
user = "sbruder";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
]
|
||||
));
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue