This website requires JavaScript.
Explore
Help
Sign In
torjus
/
nixos
Watch
1
Star
0
Fork
0
You've already forked nixos
Code
Issues
Pull Requests
Actions
Packages
Releases
Activity
ef1843801f
nixos
/
system
/
podman.nix
11 lines
116 B
Nix
Raw
Normal View
History
Unescape
Escape
Run nixfmt
2024-02-27 21:20:00 +00:00
{
pkgs
,
.
.
.
}:
Add podman
2024-02-27 03:43:43 +00:00
{
virtualisation
=
{
podman
=
{
enable
=
true
;
dockerCompat
=
true
;
}
;
}
;
}
Reference in New Issue
Copy Permalink