services/foldingathome: add fah module

This commit is contained in:
Infinidoge 2021-12-01 12:25:51 -05:00
parent d2bc991e68
commit bdc3b61787
3 changed files with 42 additions and 16 deletions

View file

@ -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 = {