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

10 lines
103 B
Nix

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