mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
9 lines
83 B
Nix
9 lines
83 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./gitea.nix
|
|
];
|
|
|
|
services.openssh.enable = true;
|
|
}
|