some stuff

This commit is contained in:
Alexander Szczepanski
2021-12-19 19:23:41 +01:00
parent 212a863956
commit e5afe66c08
9 changed files with 30 additions and 18 deletions

View File

@ -20,7 +20,6 @@ in
#../configs/pantheon.nix
];
# Use the systemd-boot EFI boot loader.
fileSystems."/".options = [ "noatime" "discard" ];
fileSystems."/boot".options = [ "noatime" "discard" ];
fileSystems."/mnt/second" = {
@ -37,6 +36,7 @@ in
device = "nodev";
efiSupport = true;
gfxmodeEfi = "1024x768";
configurationLimit = 5;
};
efi.canTouchEfiVariables = true;