added work laptop config

This commit is contained in:
Parker TenBroeck 2026-05-26 11:14:56 -04:00
parent 8a4f715cbb
commit 3b1bfaccb7
4 changed files with 139 additions and 2 deletions

4
modules/docker.nix Normal file
View file

@ -0,0 +1,4 @@
{
virtualisation.docker.enable = true;
users.users.may.extraGroups = [ "docker" ];
}