mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -44,12 +44,12 @@
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root";
|
||||
device = lib.mkForce "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root";
|
||||
#device = lib.mkForce "/dev/disk/by-partuuid/50213d1b-ec8c-4d8d-a4e5-1fd0ee204687";
|
||||
fsType = "ext4";
|
||||
};
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
|
||||
device = lib.mkForce "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
|
||||
#device = lib.mkForce "/dev/disk/by-partuuid/b3aeb2c4-ace5-4764-8479-12b223c701ba";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
|
||||
Reference in New Issue
Block a user