This website requires JavaScript.
Explore
Help
Sign In
whovian
/
nixos_config
Watch
1
Star
0
Fork
You've already forked nixos_config
0
Code
Issues
Pull Requests
Projects
Wiki
Activity
d85689eb28
nixos_config
/
system
/
nixps
/
docker.nix
15 lines
125 B
Nix
Raw
Blame
History
{
# lib,
# pkgs,
config
,
# modulesPath,
.
.
.
}:
{
virtualisation
=
{
docker
=
{
enable
=
true
;
}
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink