summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-15 05:19:56 -0400
committerseth <[email protected]>2023-07-15 05:46:58 -0400
commit75e14e155a639e254c52056e478651fde78202db (patch)
tree0deb9a5a9fd51fab7c879d77b663c1f93904218d /hosts
parent1f693a4ae1e59a1ee6649acaabba7508da78bad2 (diff)
modules/virtualisation: move to features set
Diffstat (limited to 'hosts')
-rw-r--r--hosts/glados/default.nix7
1 files changed, 5 insertions, 2 deletions
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;