Update hosts/docker/configuration.nix
This commit is contained in:
@@ -49,7 +49,7 @@ services.rpcbind.enable = true;
|
|||||||
options = [ "defaults" "nofail" "noatime" ];
|
options = [ "defaults" "nofail" "noatime" ];
|
||||||
};
|
};
|
||||||
fileSystems."/mnt/raspi" = {
|
fileSystems."/mnt/raspi" = {
|
||||||
device = "raspberrypi.tail13f623.ts.net:/home/raspi";
|
device = "raspberrypi.tail13f623.ts.net:/home/raspi/raspi";
|
||||||
fsType = "nfs4";
|
fsType = "nfs4";
|
||||||
options = [
|
options = [
|
||||||
"nofail"
|
"nofail"
|
||||||
|
|||||||
Reference in New Issue
Block a user