aboutsummaryrefslogtreecommitdiff
path: root/hosts/myrtle
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-05-30 13:28:06 +0100
committerAkshay <[email protected]>2024-05-30 13:28:06 +0100
commit1ebd3b990bdfb462a98a1432ffae7f4e739eeb44 (patch)
treee44892b9fe0e83758bad03291bca8e8e7bcfbf27 /hosts/myrtle
parentbede6932a527086b304017e2e0d0295f661efd9a (diff)
use broot
Diffstat (limited to 'hosts/myrtle')
-rw-r--r--hosts/myrtle/configuration.nix6
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