Change sisko NFS mountpoint

This commit is contained in:
Andrea Ciceri 2025-02-27 14:05:23 +07:00
parent 88ada5d28d
commit f358b8e5e9
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -15,7 +15,7 @@
source = "${pkgs.nfs-utils.out}/bin/mount.nfs";
};
fileSystems."/home/${config.ccr.username}/nas" = {
fileSystems."/mnt/nas" = {
device = "sisko.fleet:/hd";
fsType = "nfs";
options = [