Move root definition to hardware

This commit is contained in:
Greg Hellings
2025-04-17 22:46:17 -05:00
parent a5268509ba
commit 7b7c1c9c81
-4
View File
@@ -18,10 +18,6 @@
};
fileSystems = {
"/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};
"/music" = {
device = "10.42.1.4:/volume1/music";
fsType = "nfs";