Move enabling docker to shared.nix

This commit is contained in:
thiloho
2023-07-02 00:50:10 +02:00
parent 87367dfc5f
commit ca875dbf4c
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,8 @@
networking.networkmanager.enable = true;
virtualisation.docker.enable = true;
users.users.thiloho = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "docker" ];