commit 6ceef6216abfb3016ba4dc7926ef11f97622e57e
parent 7016089876d5e20c85468bd1f0d8c3b693f9221c
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 24 Jun 2022 12:10:56 +0200
systems/aomi: what the hell is going on !
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix
@@ -58,14 +58,9 @@ in
sops.defaultSopsFile = ../../secrets/secrets.yaml;
boot = {
+ loader.systemd-boot.netbootxyz.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
tmpOnTmpfs = true;
- plymouth = {
- enable = true;
- themePackages = [ pkgs.my.adi1090x-plymouth ];
- theme = "hexagon";
- # hexagon, green_loader, deus_ex, cuts, sphere, spinner_alt
- };
extraModulePackages = with pkgs.linuxPackages_latest; [
v4l2loopback
];