fix: better style
This commit is contained in:
parent
698983167b
commit
2da8170c98
6 changed files with 9 additions and 14 deletions
|
@ -1,7 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
# Enable common container config files in /etc/containers
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
|
||||
podman = {
|
||||
enable = true;
|
||||
|
||||
|
@ -15,8 +16,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
};
|
||||
# Useful other development tools
|
||||
environment.systemPackages = with pkgs; [
|
||||
dive # look into docker image layers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue