thinkpad: enable docker

This commit is contained in:
Rouven Seifert 2024-02-11 19:58:56 +01:00
parent 64777dfabf
commit 2e3f52a60e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
virtualisation = {
docker.enable = true;
libvirtd = {
enable = true;
qemu = {

View file

@ -5,7 +5,7 @@
users.users.rouven = {
description = "Rouven Seifert";
isNormalUser = true;
extraGroups = [ "wheel" "video" "dialout" "libvirtd" "tss" "input" "wireshark" "etherape" ];
extraGroups = [ "wheel" "video" "dialout" "libvirtd" "tss" "input" "wireshark" "etherape" "docker" ];
initialHashedPassword = "$6$X3XERQv28Nt1UUT5$MjdMBDuXyEwexkuKqmNFweez69q4enY5cjMXSbBxOc6Bq7Fhhp7OqmCm02k3OGjoZFXzPV9ZHuMSGKZOtwYIk1";
};
home-manager.useUserPackages = true;