mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
options = [ "vers=3" ];
This commit is contained in:
parent
9e568e39dc
commit
e61ed143b9
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ in
|
|||
|
||||
nfsRoot = mkOption {
|
||||
type = types.str;
|
||||
default = "192.168.0.108:/mnt/nfsshare/${config.netImage.imageBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}";
|
||||
default = "192.168.0.108:/mnt/nfsshare/${config.netImage.imageBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system},v3";
|
||||
description = ''
|
||||
cmdline.txt nfs parameter for the root filesystem.
|
||||
'';
|
||||
|
|
@ -116,6 +116,7 @@ in
|
|||
"/" = {
|
||||
device = "${config.netImage.nfsRoot}";
|
||||
fsType = "nfs";
|
||||
options = [ "vers=3" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue