Change sisko
NFS mountpoint
This commit is contained in:
parent
88ada5d28d
commit
f358b8e5e9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
source = "${pkgs.nfs-utils.out}/bin/mount.nfs";
|
source = "${pkgs.nfs-utils.out}/bin/mount.nfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/home/${config.ccr.username}/nas" = {
|
fileSystems."/mnt/nas" = {
|
||||||
device = "sisko.fleet:/hd";
|
device = "sisko.fleet:/hd";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [
|
options = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue