From 24c8eef8313bada9a559b9ad525a240ac157a226 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Thu, 16 Jul 2026 21:05:46 +0000 Subject: [PATCH] Fix haremote mount --- hosts/deimos/nixos.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/deimos/nixos.nix b/hosts/deimos/nixos.nix index 2bf42f8..0374a18 100644 --- a/hosts/deimos/nixos.nix +++ b/hosts/deimos/nixos.nix @@ -22,6 +22,8 @@ nixpkgs.config.allowUnfree = true; + programs.fuse.enable = true; # for ~/src/haremote mount + environment.systemPackages = with pkgs; [ # TODO: move below into hosts/deimos/home.nix sshfs