This website requires JavaScript.
Explore
Help
Sign In
moritz
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ded0e5909d
dotfiles
/
modules
/
podman.nix
9 lines
110 B
Nix
Raw
Blame
History
{
config
,
lib
,
pkgs
,
.
.
.
}:
{
virtualisation
.
podman
=
{
enable
=
true
;
dockerCompat
=
true
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink