fra1-c: adjust partitions

This commit is contained in:
2025-07-01 17:18:24 +00:00
parent d7ede94171
commit 51fe22b93b

View File

@@ -5,7 +5,7 @@
... ...
}: }:
let let
disk = "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_50294864"; disk = "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_64370894";
in in
{ {
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
@@ -35,7 +35,7 @@ in
fileSystems = { fileSystems = {
"/boot" = { "/boot" = {
device = "${disk}-part1"; device = "${disk}-part3";
fsType = "vfat"; fsType = "vfat";
options = [ options = [
"fmask=0022" "fmask=0022"
@@ -43,7 +43,7 @@ in
]; ];
}; };
"/" = { "/" = {
device = "${disk}-part3"; device = "${disk}-part1";
fsType = "btrfs"; fsType = "btrfs";
options = [ options = [
"compress=zstd" "compress=zstd"
@@ -55,7 +55,7 @@ in
swapDevices = [ { device = "${disk}-part2"; } ]; swapDevices = [ { device = "${disk}-part2"; } ];
mj = { mj = {
stateVersion = "24.05"; stateVersion = "25.05";
timeZone = "UTC"; timeZone = "UTC";
username = "motiejus"; username = "motiejus";