Compare commits

...

2 commits

Author SHA1 Message Date
Daniel Siepmann 40c5a25176
Adjust hikari boot menu to use full width 2023-12-27 15:06:04 +01:00
Daniel Siepmann 5429ff8823
Migrate gpg-agent pinentry flavor
As the home manager module value is no longer available.
2023-12-27 15:05:18 +01:00
2 changed files with 6 additions and 2 deletions

View file

@ -5,4 +5,5 @@ _:
defaultCacheTtl = 3600;
maxCacheTtl = 36000;
pinentryFlavor = "qt";
}

View file

@ -15,9 +15,12 @@
];
boot = {
# Bootloader.
loader = {
systemd-boot.enable = true;
systemd-boot = {
enable = true;
consoleMode = "max";
};
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";