start fresh rewrite

This commit is contained in:
tux
2026-05-02 14:47:06 +05:30
parent 31d65fafa8
commit a62346367f
208 changed files with 0 additions and 10017 deletions

View File

@@ -1,14 +0,0 @@
{
username,
pkgs,
...
}: {
virtualisation = {
oci-containers.backend = "docker";
docker.enable = true;
};
environment.systemPackages = with pkgs; [lazydocker];
users.users.${username}.extraGroups = ["docker"];
}