mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
system/docker: modularize
This commit is contained in:
parent
082478e688
commit
19520eae7f
5 changed files with 40 additions and 15 deletions
7
modules/system/default.nix
Normal file
7
modules/system/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./docker
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue