mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 11:05:48 +02:00
+6
-1
@@ -1,4 +1,9 @@
|
||||
{config, ...}: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
virtualisation.docker.enable = true;
|
||||
users.users."${config.var.username}".extraGroups = ["docker"];
|
||||
environment.systemPackages = [pkgs.lazydocker];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user