totestthings

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-07-31 14:29:52 +02:00
parent 00885e3213
commit 6d7ce9d202
2 changed files with 11 additions and 1 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
{config, ...}: {
{
config,
pkgs,
...
}: {
virtualisation.docker.enable = true;
users.users."${config.var.username}".extraGroups = ["docker"];
environment.systemPackages = [pkgs.lazydocker];
}