9 lines
No EOL
95 B
Nix
9 lines
No EOL
95 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./mumble.nix
|
|
./openssh.nix
|
|
./tailscale.nix
|
|
];
|
|
} |