about summary refs log tree commit diff
path: root/modules/user/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-12-08 15:43:55 +0100
committeraszlig <aszlig@nix.build>2019-12-08 15:43:55 +0100
commit6e89f0953607896db59f052276cfddad3444fb2a (patch)
tree38e9b21537d1752cc085da358a8fa64a69392ba4 /modules/user/aszlig
parent91efb768b9333ff50acba3ad4b4b8cf1a04bbf87 (diff)
profiles/managed: Fix up renamed gvfs option
The option has been moved[1] out of services.gnome3 since quite a while,
so let's actually use the new option "services.gvfs.enable" instead.

[1]: https://github.com/NixOS/nixpkgs/commit/67ad8a788fe0a8c22910d68d470416b6f5626740

Signed-off-by: aszlig <aszlig@nix.build>
Reported-by: @dwenola
Diffstat (limited to 'modules/user/aszlig')
-rw-r--r--modules/user/aszlig/profiles/managed.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index 0e9aadd3..2f9d0def 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -64,7 +64,7 @@ in {
     ];
 
     # For MTP and other stuff.
-    services.gnome3.gvfs.enable = true;
+    services.gvfs.enable = true;
 
     # Plasma desktop with German keyboard layout.
     services.xserver.enable = true;