From 75e14e155a639e254c52056e478651fde78202db Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 15 Jul 2023 05:19:56 -0400 Subject: modules/virtualisation: move to features set --- hosts/glados/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hosts/glados/default.nix') diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index ba930d2..a2300f1 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -3,12 +3,15 @@ _: { ./boot.nix ./hardware-configuration.nix ../../modules/nixos/features/tailscale.nix + ../../modules/nixos/features/virtualisation.nix ]; getchoo = { - base.virtualisation.enable = true; desktop.gnome.enable = true; - features.tailscale.enable = true; + features = { + tailscale.enable = true; + virtualisation.enable = true; + }; hardware = { enable = true; nvidia.enable = true; -- cgit v1.2.3