This website requires JavaScript.
Explore
Help
Register
Sign In
m3tam3re
/
nix-configurations
Watch
1
Star
0
Fork
You've already forked nix-configurations
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d093113830
nix-configurations
/
hosts
/
lkk-nix-1
/
services
/
docker.nix
8 lines
104 B
Nix
Raw
Blame
History
{
config
,
pkgs
,
.
.
.
}:
{
virtualisation
.
docker
=
{
enable
=
true
;
enableOnBoot
=
true
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink