Add nfs-utils and new filesystem

This commit is contained in:
Dave Gallant
2021-08-29 01:53:17 -04:00
parent cd0f76c6e2
commit 16aa052407
3 changed files with 24 additions and 19 deletions

View File

@@ -41,7 +41,11 @@
fsType = "ext4";
};
# high-resolution display
fileSystems."/mnt/nfs" = {
device = "192.168.1.208:/mnt/nfs";
fsType = "nfs";
};
hardware.video.hidpi.enable = lib.mkDefault true;
}