This commit is contained in:
2026-01-16 14:10:32 +03:00
parent 00cdf8f2e8
commit bb9893800c
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -29,13 +29,13 @@
fileSystems = {
"/" = {
# device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root";
device = "/dev/disk/by-uuid/fe5364dc-a79c-458d-a0d0-b7ea32a56266";
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root";
# device = "/dev/disk/by-uuid/fe5364dc-a79c-458d-a0d0-b7ea32a56266";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/7ECA-F1EC";
# device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
# device = "/dev/disk/by-uuid/7ECA-F1EC";
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
fsType = "vfat";
options = [
"fmask=0077"
+3 -3
View File
@@ -57,9 +57,9 @@
};
};
swapDevices = [
{ device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-swap"; }
];
# swapDevices = [
# { device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-swap"; }
# ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's