From 378a32eb9274d0fa98f1278fb3e40d939b50a951 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 22 Feb 2023 11:12:05 -0300 Subject: etc/nix/configuration.nix: Disable libvirtd service I'm using only Docker for virtualization on this computer. --- etc/nix/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'etc/nix/configuration.nix') 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; } -- cgit v1.2.3