Initial commit

This commit is contained in:
Toast 2023-06-01 13:07:12 +02:00
commit ea1a31f442
37 changed files with 875 additions and 0 deletions

16
roles/server/default.nix Executable file
View file

@ -0,0 +1,16 @@
{ config, ... }:
{
imports = [
./avahi.nix
./nfs.nix
./samba.nix
./ssh.nix
./gitea.nix
./syncthing.nix
./endlessh.nix
./transmission.nix
./ddclient.nix
./beep.nix
];
}