mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add in BOINC
This commit is contained in:
parent
fd67317b1b
commit
cfeb528bcb
2 changed files with 4 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ in {
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
boinc
|
||||
brightnessctl
|
||||
dconf2nix
|
||||
file
|
||||
|
|
@ -140,6 +141,8 @@ in {
|
|||
# Provides secret storage
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
services.boinc.enable = true;
|
||||
|
||||
nix.settings = {
|
||||
allowed-users = [ "${user}" ];
|
||||
experimental-features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue