diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index c1fa60e..2eefbc4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -268,7 +268,7 @@ in # Mount Garage using Rclone systemd.services.mountgarage = { - enable = true; + enable = false; description = "Mount the Garage data store"; path = [ pkgs.fuse |