diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/myrtle/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index afec6b7..4067b4e 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix | |||
@@ -203,7 +203,7 @@ | |||
203 | ''; | 203 | ''; |
204 | 204 | ||
205 | virtualisation.docker.enable = true; | 205 | virtualisation.docker.enable = true; |
206 | virtualisation.virtualbox.host.enable = true; | 206 | virtualisation.virtualbox.host.enable = false; |
207 | users.extraGroups.vboxusers.members = [ "np" ]; | 207 | users.extraGroups.vboxusers.members = [ "np" ]; |
208 | 208 | ||
209 | security.sudo = { | 209 | security.sudo = { |
@@ -247,9 +247,9 @@ | |||
247 | }; | 247 | }; |
248 | 248 | ||
249 | nix = { | 249 | nix = { |
250 | package = pkgs.nixUnstable; | 250 | package = pkgs.nixVersions.latest; |
251 | extraOptions = '' | 251 | extraOptions = '' |
252 | experimental-features = nix-command flakes repl-flake | 252 | experimental-features = nix-command flakes |
253 | warn-dirty = false | 253 | warn-dirty = false |
254 | keep-outputs = false | 254 | keep-outputs = false |
255 | keep-derivations = false | 255 | keep-derivations = false |