This website requires JavaScript.
Explore
Help
Sign In
wymiller
/
nix-config-v2
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
76ea6e6e1396ca44a10ddd64d2c40dcded2d7c9d
nix-config-v2
/
modules
/
virtualization
/
docker.nix
T
8 lines
110 B
Nix
Raw
Normal View
History
Unescape
Escape
code dump v1
2024-12-12 20:41:58 -05:00
{
...
}:
{
virtualisation
.
docker
=
{
enable
=
true
;
enableOnBoot
=
true
;
modularized all the things
2024-12-15 18:22:36 -05:00
rootless
=
false
;
code dump v1
2024-12-12 20:41:58 -05:00
};
}
Reference in New Issue
Copy Permalink