nyanyanya
This commit is contained in:
parent
c35cd9d5fe
commit
332410c962
|
@ -49,7 +49,18 @@
|
|||
|
||||
];
|
||||
|
||||
# boot.loader.grub.device = "/dev/sda";
|
||||
boot = {
|
||||
loader.systemd-boot.enable = false;
|
||||
|
||||
# efi.canTouchEfiVariables = true;
|
||||
|
||||
initrd = {
|
||||
enable = !config.boot.isContainer;
|
||||
systemd.enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
zramSwap.enable = true;
|
||||
|
|
|
@ -14,12 +14,7 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/04f949ae-8538-412c-b570-81c0dea29d12";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/a4663362-baee-4746-94a4-808e4e144c40";
|
||||
{ device = "/dev/disk/by-uuid/b908efa0-fa9b-498e-9553-7346d9169fee";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue