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

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