From 1ebd3b990bdfb462a98a1432ffae7f4e739eeb44 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 30 May 2024 13:28:06 +0100 Subject: use broot --- hosts/myrtle/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/myrtle') 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 @@ ''; virtualisation.docker.enable = true; - virtualisation.virtualbox.host.enable = true; + virtualisation.virtualbox.host.enable = false; users.extraGroups.vboxusers.members = [ "np" ]; security.sudo = { @@ -247,9 +247,9 @@ }; nix = { - package = pkgs.nixUnstable; + package = pkgs.nixVersions.latest; extraOptions = '' - experimental-features = nix-command flakes repl-flake + experimental-features = nix-command flakes warn-dirty = false keep-outputs = false keep-derivations = false -- cgit v1.2.3