puter/class/server/fs.nix

4 lines
58 B
Nix
Raw Normal View History

2024-02-04 20:51:11 +00:00
{
2024-07-01 22:06:05 +00:00
fileSystems."/".device = "/dev/disk/by-label/main";
2024-02-04 20:51:11 +00:00
}