Add docker config to system

This commit is contained in:
Ethan Lane 2024-07-07 18:34:45 +01:00
parent 4802279787
commit 05d586fa9d
4 changed files with 3 additions and 7 deletions

View file

@ -26,8 +26,6 @@ in {
cups
curl
discord
docker
docker-compose
dotnet-aspnetcore_8
dotnet-runtime_8
dotnet-sdk_8

View file

@ -1,7 +1,6 @@
{
imports = [
./alacritty
./docker
./dunst
./git
./i3

View file

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

View file

@ -92,8 +92,10 @@
};
environment.systemPackages = with pkgs; [
vim
docker
];
virtualisation.docker.enable = true;
system.stateVersion = "24.05";
}