some changes
This commit is contained in:
parent
a16c620a1f
commit
3bc77e4703
|
@ -41,6 +41,12 @@
|
|||
options = ["compress=zstd" "subvol=@Home"];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/nfs_share" = {
|
||||
device = "192.168.48.41:/data/nfs_share";
|
||||
fsType = "nfs";
|
||||
options = ["noauto" "x.systemd.automount" "x-systemd.idle-timeout=600"];
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
|
Loading…
Reference in a new issue