mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -59,11 +59,11 @@
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root";
|
||||
device = "/dev/disk/by-partlabel/${xlib.device.hostname}";
|
||||
fsType = "ext4";
|
||||
};
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-partlabel/${xlib.device.hostname}";
|
||||
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
"fmask=0077"
|
||||
|
||||
Reference in New Issue
Block a user