This includes a new paradigm for using a pgpass file, which is great, as well as sorting out how to properly do a bash script shebang in a service file.
24 lines
359 B
Nix
24 lines
359 B
Nix
{
|
|
imports = [
|
|
./authentik.nix
|
|
./authentik-backup.nix
|
|
./base.nix
|
|
./caddy.nix
|
|
./cloud-init.nix
|
|
./collabora.nix
|
|
./cloudreve.nix
|
|
./do-agent.nix
|
|
./element-web.nix
|
|
./fish.nix
|
|
./librechat.nix
|
|
./openssh.nix
|
|
./podman.nix
|
|
./seafile.nix
|
|
./sillytavern.nix
|
|
./sudo.nix
|
|
./synapse.nix
|
|
./timecardbot.nix
|
|
./tmux.nix
|
|
./vikunja.nix
|
|
];
|
|
}
|