feat(void): mount /pile

This commit is contained in:
Khaïs COLIN 2024-08-23 15:08:53 +02:00
parent 5ca1f5626a
commit 345d754893

View file

@ -18,6 +18,11 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/pile" =
{ device = "/dev/disk/by-uuid/51ff5791-f197-4dfd-850a-00a8726ddb31";
fsType = "ext4";
};
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/E135-9F42"; { device = "/dev/disk/by-uuid/E135-9F42";
fsType = "vfat"; fsType = "vfat";