feat: enable docker

This commit is contained in:
buffet 2023-03-06 13:25:51 +01:00
parent f3d98b311d
commit b9a50c5e98

View file

@ -77,6 +77,7 @@ in {
isNormalUser = true;
uid = 1000;
extraGroups = [
"docker"
"networkmanager"
"sway"
"wheel"
@ -87,9 +88,13 @@ in {
users.users.root.hashedPassword = password;
hardware.bluetooth.enable = true;
virtualisation.libvirtd.enable = true;
systemd.coredump.enable = true;
virtualisation = {
docker.enable = true;
libvirtd.enable = true;
};
powerManagement = {
enable = true;
powertop.enable = true;