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 cups
curl curl
discord discord
docker
docker-compose
dotnet-aspnetcore_8 dotnet-aspnetcore_8
dotnet-runtime_8 dotnet-runtime_8
dotnet-sdk_8 dotnet-sdk_8

View file

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

View file

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

View file

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