Skip to content

Commit

Permalink
turn off stuff not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
idrisr committed Dec 18, 2024
1 parent c67e72d commit 958707f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/surface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
imports = [ ./hardware-surface.nix ];
config = {
monitoring.enable = true;
services.avahi.enable = true;
services.avahi.enable = false;
base.enable = true;
borg-backup-client.enable = true;
display.enable = true;
local.printer.enable = true;
docker.enable = true; # for open-webui
local.printer.enable = false;
docker.enable = false; # for open-webui
profile = {
dailydrive.enable = true;
rofi-book-search.enable = true;
Expand Down

0 comments on commit 958707f

Please sign in to comment.