28 lines
388 B
Nix
28 lines
388 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./borgstor
|
|
./btrfsborg
|
|
./btrfssnapshot
|
|
./deployerbot
|
|
./friendlyport
|
|
./gitea
|
|
./grafana
|
|
./hass
|
|
./headscale
|
|
./jakstpub
|
|
./minidlna
|
|
./node_exporter
|
|
./nsd-acme
|
|
./photoprism
|
|
./postfix
|
|
./remote-builder
|
|
./sshguard
|
|
./syncthing
|
|
./tailscale
|
|
./vaultwarden
|
|
./wifibackup
|
|
./zfsunlock
|
|
];
|
|
}
|