This website requires JavaScript.
Explore
Help
Sign In
greg
/
nixos
Watch
1
Star
0
Fork
2
Code
Issues
Pull Requests
2
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c9f7e659eb924d41e4e8a3dab2ec0e2cf845c82d
nixos
/
hosts
/
jude
/
podman.nix
T
9 lines
85 B
Nix
Raw
Normal View
History
Unescape
Escape
Adding more features to my desktop
2022-05-02 08:53:46 -05:00
{
...
}:
{
virtualisation
.
podman
=
{
enable
=
true
;
dockerCompat
=
true
;
};
}
Reference in New Issue
Copy Permalink