Skip to content

Commit

Permalink
temporarily disable some services
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed Jun 10, 2022
1 parent c63f90e commit 2ba9a18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ with lib;
pv
];

systemd.services.mempool.wantedBy = mkForce [];
systemd.services.fulcrum.wantedBy = mkForce [];
systemd.services.electrs.wantedBy = mkForce [];
# systemd.services.matrix-synapse.wantedBy = mkForce [];

boot.cleanTmpDir = true;
documentation.nixos.enable = false; # Speeds up evaluation

Expand Down

0 comments on commit 2ba9a18

Please sign in to comment.