diff --git a/deemz.org/configuration.nix b/deemz.org/configuration.nix index a33d71e..ca915a6 100644 --- a/deemz.org/configuration.nix +++ b/deemz.org/configuration.nix @@ -131,7 +131,7 @@ let secrets = import ../secrets.nix; in users.users.maestro = { isNormalUser = true; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "docker" ]; # Enable ‘sudo’ for the user. }; programs.gnupg.agent = { @@ -375,6 +375,10 @@ let secrets = import ../secrets.nix; in # UPnP media playback (local network only) services.gnome.rygel.enable = true; + virtualisation.docker = { + enable = true; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions