-
Notifications
You must be signed in to change notification settings - Fork 0
/
purple-hw.nix
51 lines (42 loc) · 1.75 KB
/
purple-hw.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Do not modify this file! It was generated by ‘nixos-generate-config’
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "crc32c" "bcachefs" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
#{ device = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_500GB_S5H7NS0NA78631F-part3:/dev/disk/by-id/ata-WDC_WD40EFRX-68N32N0_WD-WCC7K6SAF6KD:/dev/disk/by-id/ata-WDC_WD40EFRX-68N32N0_WD-WCC7K7RT8J22:/dev/disk/by-id/ata-WDC_WD30EFRX-68EUZN0_WD-WCC4N0998010";
{ device = "UUID=927137d3-8864-4756-9c7e-3b9d1efff07b";
fsType = "bcachefs";
options = [ "errors=ro" "noatime" "nodiratime" ];
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/D147-EA04";
fsType = "vfat";
options = [ "noatime" "nodiratime" "flush" ];
};
fileSystems."/mnt" =
{ device = "/dev/disk/by-uuid/fd588396-85fe-49b0-a6bf-870008f59a60";
fsType = "xfs";
options = [ "noatime" ];
};
fileSystems."/home/daniel/.local/share/Steam/steamapps/common/.inodes32_mnt" =
{ device = "/home/daniel/.local/share/Steam/steamapps/common/.inodes32_xfs";
fsType = "xfs";
options = [ "inode32,noatime" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/65946d23-8ff5-4505-98bd-e9a039304d2c"; }
];
# fileSystems."/media/old/share" =
# { device = "/dev/disk/by-label/Share";
# fsType = "ntfs";
# options = [ "noatime" "nodiratime" "rw" "uid=1000" ];
# };
}