This website requires JavaScript.
Explore
Help
Sign In
moritz
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2ca5f13158
dotfiles
/
modules
/
containers
/
default.nix
7 lines
101 B
Nix
Raw
Normal View
History
Unescape
Escape
added containers
2021-10-03 12:29:19 +02:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
{
imports
=
[
./media.nix
]
;
switched to docker containers
2021-10-03 16:30:35 +02:00
virtualisation
.
docker
.
enable
=
true
;
added containers
2021-10-03 12:29:19 +02:00
}