nyanyanya

This commit is contained in:
Tasia Iso 2024-10-03 12:12:35 +02:00
parent c35cd9d5fe
commit 332410c962
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
2 changed files with 13 additions and 7 deletions

View file

@ -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;

View file

@ -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";
};