mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Add nfs-utils and new filesystem
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user