diff --git a/modules/docker.nix b/modules/docker.nix new file mode 100644 index 0000000..a878015 --- /dev/null +++ b/modules/docker.nix @@ -0,0 +1,3 @@ +{ + virtualisation.docker.enable = true; +} diff --git a/modules/users.nix b/modules/users.nix index c58cb2d..1504ae9 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -11,6 +11,6 @@ isNormalUser = true; description = "Zynh Ludwig"; hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "docker" ]; }; }