common: get rid of docker and libvirtd
This commit is contained in:
parent
a8fc135960
commit
9795e4e05a
|
@ -15,11 +15,6 @@
|
|||
keyMap = "us";
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
docker.enable = true;
|
||||
};
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
supportedLocales = [
|
||||
|
@ -30,7 +25,7 @@
|
|||
|
||||
users.users.sijmen = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "libvirtd" ];
|
||||
extraGroups = [ "wheel" ];
|
||||
description = "Sijmen";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue