Files
nixos/machines/bomba/services/default.nix

9 lines
83 B
Nix

{ ... }:
{
imports = [
./gitea.nix
];
services.openssh.enable = true;
}