mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
updated filesystem
This commit is contained in:
parent
9988df55af
commit
119e60786d
1 changed files with 3 additions and 3 deletions
|
|
@ -30,17 +30,17 @@
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/d4e0a913-9ba8-451e-9086-b6d5d483dd9f";
|
device = "/dev/disk/by-uuid/8a323092-39b9-4913-8839-452156e48922";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/home" = {
|
"/home" = {
|
||||||
device = "/dev/disk/by-uuid/e1780967-0b87-46ff-8200-430d79d59e47";
|
device = "/dev/disk/by-uuid/84474517-05eb-45aa-880e-c18301483b53";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/74B9-4AAF";
|
device = "/dev/disk/by-uuid/B4B2-C898";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue