File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 "file:///home/${ userConfig . username } /Videos Videos"
3333 "file:///home/${ userConfig . username } /repos repos"
3434 "file:///home/${ userConfig . username } /Games Games"
35- "file:///mnt/storage storage"
3635 "file:///mnt/data data"
3736 ] ;
3837 } ;
Original file line number Diff line number Diff line change 6363 bluetooth . enable = true ;
6464 codecs . enable = true ;
6565 virtualization . enable = true ;
66- nfs . enable = true ;
66+ nfs . enable = false ;
6767 maintenance . enable = true ;
6868 performance . enable = true ;
6969 sops . enable = true ;
Original file line number Diff line number Diff line change 2121 kernelParams = [ "pcie_port_pm=off" ] ;
2222 } ;
2323
24- # NFS mount — not managed by disko, always present
25- fileSystems . "/mnt/storage" = {
26- device = "192.168.0.173:/storage" ;
27- fsType = "nfs4" ;
28- options = [
29- "x-systemd.automount"
30- "noauto"
31- "x-systemd.idle-timeout=900"
32- "x-systemd.mount-timeout=5s"
33- # x-systemd.device-timeout is for block devices; systemd-fstab-generator
34- # warns on NFS sources because they're not /dev/* paths.
35- "nconnect=4"
36- "rsize=1048576"
37- "wsize=1048576"
38- "actimeo=60"
39- "noatime"
40- "nodiratime"
41- "hard"
42- "timeo=14"
43- ] ;
44- } ;
45-
4624 # disko does not set neededForBoot for root — without this the initrd
4725 # has no /etc/fstab entry, so systemd never mounts /sysroot after LUKS.
4826 fileSystems . "/" . neededForBoot = true ;
You can’t perform that action at this time.
0 commit comments