docker: module init

This commit is contained in:
Zynh Ludwig 2024-12-27 22:13:55 -08:00
parent b73929d0df
commit 25a09172d7
2 changed files with 4 additions and 1 deletions

3
modules/docker.nix Normal file
View file

@ -0,0 +1,3 @@
{
virtualisation.docker.enable = true;
}

View file

@ -11,6 +11,6 @@
isNormalUser = true;
description = "Zynh Ludwig";
hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path;
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
};
}