Plymouth!

Yeah yeah I know...
This commit is contained in:
Geoffrey Frogeye 2024-01-27 00:23:38 +01:00
parent 9c6a2f69f0
commit 5bba711d3c
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
7 changed files with 61 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, lib, config, ... }:
{
imports = [
./options.nix
@ -9,7 +9,6 @@
networking.hostName = "curacao";
boot = {
initrd.luks.reusePassphrases = true;
loader = {
efi.efiSysMountPoint = "/efi";
};