aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/nix/configuration.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix
index 7515d4a..f52cd8e 100644
--- a/etc/nix/configuration.nix
+++ b/etc/nix/configuration.nix
@@ -87,9 +87,6 @@
};
};
- # required by vagrant+libvirt
- nfs.server.enable = true;
-
xserver = {
enable = true;
layout = "br";
@@ -115,7 +112,7 @@
isNormalUser = true;
uid = 1000;
description = "EuAndreh";
- extraGroups = [ "wheel" "networkmanager" "libvirtd" "docker" ];
+ extraGroups = [ "wheel" "networkmanager" "docker" ];
};
};
# From the Guix manual:
@@ -167,6 +164,5 @@
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
- virtualisation.libvirtd.enable = true;
virtualisation.docker.enable = true;
}