notohh
ccd69ee47e
replaces (most) values that are repeatedly used w/ a let binding so they can be updated from one place.
19 lines
298 B
Nix
19 lines
298 B
Nix
{...}: {
|
|
imports = [
|
|
./restic.nix
|
|
./traefik.nix
|
|
./uptimekuma.nix
|
|
./ntfy-sh.nix
|
|
./attic.nix
|
|
./tailscale.nix
|
|
./croc.nix
|
|
./glances.nix
|
|
./atuin.nix
|
|
|
|
### game servers
|
|
# ./terraria.nix
|
|
# ./factorio.nix
|
|
# ./minecraft.nix
|
|
# ./foundryvtt.nix
|
|
];
|
|
}
|