mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
mopidy, mail, telegram
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.me.extraGroups = [ "docker" ];
|
||||
environment.systemPackages = [ pkgs.docker pkgs.docker_compose ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user