added docker config, nix formatting

This commit is contained in:
Tyler Mayoff 2025-07-12 10:01:22 -04:00
parent c8eb3af384
commit 0d13ca10a7
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{...}: {
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
}