diff options
Diffstat (limited to 'nixos/configurations/alpha.nix')
-rw-r--r-- | nixos/configurations/alpha.nix | 2 |
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; |