~ruther/nixos-config

fdfffb1cbb57306c2cd4f692634134991f1d44c6 — Frantisek Bohacek 1 year, 6 months ago 1be57ec
feat: bind shared documents on desktop
1 files changed, 6 insertions(+), 0 deletions(-)

M hosts/desktop/hardware-configuration.nix
M hosts/desktop/hardware-configuration.nix => hosts/desktop/hardware-configuration.nix +6 -0
@@ 29,6 29,12 @@
      fsType = "vfat";
    };

  fileSystems."/home/ruther/doc" =
    { device = "/data/Shared/Documents";
      fsType = "none";
      options = [ "bind" ];
    };

  swapDevices =
    [ { device = "/dev/disk/by-label/swap"; }
    ];

Do not follow this link