some changes

This commit is contained in:
tx0 2025-03-08 13:19:34 +05:00
parent a16c620a1f
commit 3bc77e4703

View file

@ -41,6 +41,12 @@
options = ["compress=zstd" "subvol=@Home"]; 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 = []; swapDevices = [];
networking.useDHCP = lib.mkDefault true; networking.useDHCP = lib.mkDefault true;