move to mullvad browser, font changes etc etc
This commit is contained in:
parent
0bb6324afc
commit
b3c3854628
20 changed files with 455 additions and 1449 deletions
|
|
@ -8,18 +8,20 @@
|
|||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/3fd6b3e1-e237-4c9f-9f9a-37ee711114fe";
|
||||
{ device = "/dev/mapper/luks-08fc7af7-3621-4c2d-b1ad-ad598e59d8c2";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."luks-08fc7af7-3621-4c2d-b1ad-ad598e59d8c2".device = "/dev/disk/by-uuid/08fc7af7-3621-4c2d-b1ad-ad598e59d8c2";
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/AE26-3C10";
|
||||
{ device = "/dev/disk/by-uuid/002B-2CB0";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue