summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 93432192..53a5e0a6 100644
--- a/hel.nix
+++ b/hel.nix
@@ -512,5 +512,7 @@
512 }; 512 };
513 513
514 systemd.targets."multi-user".wants = ["gpscfg.timer"]; 514 systemd.targets."multi-user".wants = ["gpscfg.timer"];
515
516 services.gnome3.gvfs.enable = true;
515} 517}
516 518