Skip to content

Commit d27c03a

Browse files
committed
get rid of extra harddisk
1 parent 0c29455 commit d27c03a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

hw-desktop.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
fsType = "vfat";
3030
};
3131

32-
fileSystems."/home/aigis" =
33-
{ device = "dev/disk/by-label/neco";
34-
fsType = "xfs";
35-
};
32+
# fileSystems."/home/aigis" =
33+
# { device = "dev/disk/by-label/neco";
34+
# fsType = "xfs";
35+
# };
36+
3637
swapDevices =
3738
[ { device = "/dev/disk/by-uuid/f5cebe18-ebd8-492f-a57b-d419a31db206"; }
3839
];

0 commit comments

Comments
 (0)