about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/configurations/alpha.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/configurations/alpha.nix b/nixos/configurations/alpha.nix
index 27e8ceb..1e84872 100644
--- a/nixos/configurations/alpha.nix
+++ b/nixos/configurations/alpha.nix
@@ -27,6 +27,8 @@
     '';
   };
 
+  boot.plymouth.enable = true;
+
   networking.networkmanager.enable = true;
   networking.useDHCP = false;
   networking.firewall.enable = true;