Add docker config to system
This commit is contained in:
parent
4802279787
commit
05d586fa9d
4 changed files with 3 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
./docker
|
|
||||||
./dunst
|
./dunst
|
||||||
./git
|
./git
|
||||||
./i3
|
./i3
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
virtualisation.docker.enable = true;
|
|
||||||
}
|
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue