feat: enable docker
This commit is contained in:
parent
f3d98b311d
commit
b9a50c5e98
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue