mirror of
https://github.com/vale981/phoebe
synced 2025-03-06 02:01:42 -05:00
9 lines
89 B
Nix
9 lines
89 B
Nix
{ config, lib, pkgs, ...}:
|
|
|
|
{
|
|
imports = [
|
|
./nginx
|
|
./rails
|
|
./tunnels
|
|
];
|
|
}
|