services/foldingathome: add fah module
This commit is contained in:
parent
d2bc991e68
commit
bdc3b61787
3 changed files with 42 additions and 16 deletions
|
@ -10,10 +10,6 @@
|
|||
|
||||
btrfs
|
||||
virtualization
|
||||
|
||||
(with services; [
|
||||
foldingathome
|
||||
])
|
||||
])
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
@ -28,6 +24,16 @@
|
|||
wireless.enable = true;
|
||||
form.desktop = true;
|
||||
};
|
||||
services = {
|
||||
foldingathome = {
|
||||
enable = true;
|
||||
user = "Infinidoge";
|
||||
extra = {
|
||||
control = true;
|
||||
viewer = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.interfaces = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue