update hardware conf for manwe

This commit is contained in:
Chris Kruining 2025-07-31 22:14:54 +02:00
parent 700fe012a1
commit d7b3d24e19
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -5,19 +5,18 @@ in
{ {
# TODO :: Implement disko at some point # TODO :: Implement disko at some point
swapDevices = [ swapDevices = [];
{ device = "/dev/disk/by-uuid/0ddf001a-5679-482e-b254-04a1b9094794"; }
];
boot.supportedFilesystems = [ "nfs" ]; boot.supportedFilesystems = [ "nfs" ];
fileSystems = { fileSystems = {
"/" = { device = "/dev/disk/by-uuid/8c4eaf57-fdb2-4c4c-bcc0-74e85a1c7985"; "/" = {
device = "/dev/disk/by-uuid/58272a1d-1b1d-4f42-b34a-bbc489f11022";
fsType = "ext4"; fsType = "ext4";
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/C842-316A"; device = "/dev/disk/by-uuid/BC59-C3D9";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };