mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Remove nfs and use smb
This commit is contained in:
@@ -40,12 +40,6 @@
|
||||
device = "/dev/disk/by-uuid/0f592fca-1d4e-43f7-9bf4-f1c3e19e841f";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/mnt/nfs" = {
|
||||
device = "synology-2b:/mnt/nfs";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user