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
a00798b058
dotfiles
/
modules
/
containers
/
default.nix
9 lines
110 B
Nix
Raw
Normal View
History
Unescape
Escape
added containers
2021-10-03 12:29:19 +02:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
{
use podman
2021-12-14 12:13:30 +01:00
virtualisation
.
podman
=
{
enable
=
true
;
dockerCompat
=
true
;
}
;
added containers
2021-10-03 12:29:19 +02:00
}