summaryrefslogtreecommitdiff
path: root/modules/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts')
-rw-r--r--modules/hosts/hp-envy-office/configuration.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/hosts/hp-envy-office/configuration.nix b/modules/hosts/hp-envy-office/configuration.nix
index fdff4f0..9b3e173 100644
--- a/modules/hosts/hp-envy-office/configuration.nix
+++ b/modules/hosts/hp-envy-office/configuration.nix
@@ -1,6 +1,9 @@
{ config, lib, pkgs, ... }: {
imports = [ ./hardware-configuration.nix ];
+ # Show bootloader for longer since it usually doesn't show
+ boot.loader.timeout = 15;
+
# Enable extra software pkgs
software.desktop = {
chromium.enable = true;
@@ -14,6 +17,9 @@
docker.enable = true;
};
+ # Enable virtualization
+ virtualization.enable = true;
+
# Enable network drives
nas.enable = true;
nas.office.enable = true;