mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
13 lines
163 B
Nix
13 lines
163 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./gitea.nix
|
|
./nextcloud.nix
|
|
# ./nginx.nix
|
|
./octoprint.nix
|
|
./vaultwarden.nix
|
|
];
|
|
|
|
services.openssh.enable = true;
|
|
}
|