mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
23 lines
348 B
Nix
23 lines
348 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./actual.nix
|
|
./adguard.nix
|
|
./authentik.nix
|
|
./caddy.nix
|
|
./fail2ban.nix
|
|
./gitea.nix
|
|
./homebox.nix
|
|
./navidrome.nix
|
|
./nextcloud.nix
|
|
./nixflix.nix
|
|
./octoprint.nix
|
|
./teamspeak.nix
|
|
./vaultwarden.nix
|
|
./vikunja.nix
|
|
./yamtrack.nix
|
|
];
|
|
|
|
services.openssh.enable = true;
|
|
}
|