common: get rid of docker and libvirtd

This commit is contained in:
Sijmen 2022-08-12 02:11:22 +02:00
parent a8fc135960
commit 9795e4e05a
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 1 additions and 6 deletions

View File

@ -15,11 +15,6 @@
keyMap = "us"; keyMap = "us";
}; };
virtualisation = {
libvirtd.enable = true;
docker.enable = true;
};
i18n = { i18n = {
defaultLocale = "en_US.UTF-8"; defaultLocale = "en_US.UTF-8";
supportedLocales = [ supportedLocales = [
@ -30,7 +25,7 @@
users.users.sijmen = { users.users.sijmen = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "libvirtd" ]; extraGroups = [ "wheel" ];
description = "Sijmen"; description = "Sijmen";
}; };