mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -29,13 +29,13 @@
|
|||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
# device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root";
|
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root";
|
||||||
device = "/dev/disk/by-uuid/fe5364dc-a79c-458d-a0d0-b7ea32a56266";
|
# device = "/dev/disk/by-uuid/fe5364dc-a79c-458d-a0d0-b7ea32a56266";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/7ECA-F1EC";
|
# device = "/dev/disk/by-uuid/7ECA-F1EC";
|
||||||
# device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
|
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [
|
options = [
|
||||||
"fmask=0077"
|
"fmask=0077"
|
||||||
|
|||||||
@@ -57,9 +57,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
# swapDevices = [
|
||||||
{ device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-swap"; }
|
# { device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-swap"; }
|
||||||
];
|
# ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# 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
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
|
|||||||
@@ -123,9 +123,9 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# security = {
|
security = {
|
||||||
# rtkit.enable = true;
|
rtkit.enable = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
hardware.intel-gpu-tools.enable = true;
|
hardware.intel-gpu-tools.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user