users/infinidoge: disable global virtualization
This commit is contained in:
parent
e2e9f614d5
commit
1e2967fe64
2 changed files with 1 additions and 2 deletions
|
@ -53,6 +53,7 @@
|
||||||
multimc.enable = true;
|
multimc.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
virtualization.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.interfaces.wlp170s0.useDHCP = true;
|
networking.interfaces.wlp170s0.useDHCP = true;
|
||||||
|
|
|
@ -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, ... }: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue