This website requires JavaScript.
Explore
Help
Sign in
felix
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
mirror of
https://github.com/Stunkymonkey/nixos.git
synced
2025-05-24 18:04:41 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
e07f19eae0
nixos
/
modules
/
system
/
default.nix
10 lines
71 B
Nix
Raw
Normal View
History
Unescape
Escape
system/docker: modularize
2022-12-05 22:51:46 +01:00
{
.
.
.
}:
{
imports
=
[
system/avahi: modularize
2022-12-25 12:02:43 +01:00
./avahi
system/docker: modularize
2022-12-05 22:51:46 +01:00
./docker
system/podman: have module available
2022-12-05 22:53:04 +01:00
./podman
system/docker: modularize
2022-12-05 22:51:46 +01:00
]
;
}
Reference in a new issue
Copy permalink