refactor: moved filesystems into their own folder

This commit is contained in:
Mohammad Rafiq 2025-03-27 03:25:09 +08:00
parent 6c60cd8e8b
commit bb6da9ccb0
No known key found for this signature in database
3 changed files with 1 additions and 1 deletions

View file

@ -1,15 +0,0 @@
{
fileSystems."/" = {
device = "/dev/disk/by-uuid/e5005ea6-6c5a-4ab3-9767-ce7772582024";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/6BBE-0E70";
fsType = "vfat";
options = [
"fmask=0077"
"dmask=0077"
];
};
}