Generated Hardware Infor for Jupiter

This commit is contained in:
2023-07-04 12:44:04 +02:00
parent 069711977d
commit 7b4d03d15a
2 changed files with 24 additions and 7 deletions
+8 -3
View File
@@ -3,8 +3,13 @@
#TODO: CHECK THIS OUT: https://github.com/nix-community/disko its kinda better but felix does not support it
{
fileSystems."/" =
{ device = "/dev/disk/by-uuid/5c778ca7-57fb-44be-ac8c-ae5d2486b7ad";
fileSystems."/" =
{ device = "/dev/disk/by-uuid/f4901cbb-db30-4f14-8d8e-9dbb55aaf098";
fsType = "ext4";
};
}
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/1121-FAE5";
fsType = "vfat";
};
}