flake.nixosConfig.x13yz: add current installed partition scheme

secrix-issue25
Felix Stupp 3 months ago
parent 3aba72213b
commit 9af924aaae
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -72,6 +72,16 @@
} }
{ {
# as currently installed # as currently installed
fileSystems."/" = {
device = "/dev/disk/by-uuid/c93557db-e7c5-46ef-9cd8-87eb7c5753dc";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/5F9A-9A2D";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
swapDevices = [{ device = "/dev/disk/by-uuid/8482463b-ceb3-40b3-abef-b49df2de88e5"; }];
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }
{ {

Loading…
Cancel
Save