users/infinidoge: disable global virtualization

This commit is contained in:
Infinidoge 2021-12-16 09:35:17 -05:00
parent e2e9f614d5
commit 1e2967fe64
2 changed files with 1 additions and 2 deletions

View file

@ -53,6 +53,7 @@
multimc.enable = true; multimc.enable = true;
}; };
}; };
virtualization.enable = true;
}; };
networking.interfaces.wlp170s0.useDHCP = true; networking.interfaces.wlp170s0.useDHCP = true;

View file

@ -6,8 +6,6 @@ in
{ {
imports = lib.flatten [ imports = lib.flatten [
(with suites; [ develop ]) (with suites; [ develop ])
(with profiles; [ virtualization ])
]; ];
home = { config, main, suites, profiles, ... }: { home = { config, main, suites, profiles, ... }: {