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"; } ];