Move root definition to hardware
This commit is contained in:
@@ -18,10 +18,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
|
||||||
device = "/dev/disk/by-label/nixos";
|
|
||||||
fsType = "ext4";
|
|
||||||
};
|
|
||||||
"/music" = {
|
"/music" = {
|
||||||
device = "10.42.1.4:/volume1/music";
|
device = "10.42.1.4:/volume1/music";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
|||||||
Reference in New Issue
Block a user