This commit renames the NixOS configuration from "tako" to "mirai" across all relevant files, updates secret paths, hostnames, and service imports accordingly. The changes reflect a complete renaming of the system configuration while maintaining all functionality.
31 lines
564 B
Nix
31 lines
564 B
Nix
{...}: {
|
|
imports = [
|
|
# ./atuin.nix
|
|
# ./authelia.nix
|
|
# ./caddy.nix
|
|
# ./excalidraw.nix
|
|
# ./fail2ban.nix
|
|
# ./flaresolverr.nix
|
|
# ./games
|
|
# ./gitea.nix
|
|
# ./homepage.nix
|
|
# # ./immich.nix
|
|
# ./immich.nix
|
|
# # ./llama.nix
|
|
# ./lldap.nix
|
|
# ./nextcloud.nix
|
|
# # ./paperless.nix
|
|
# ./prowlarr.nix
|
|
# ./resolved.nix
|
|
# ./searxng.nix
|
|
./tailscale.nix
|
|
# ./headscale.nix
|
|
# ./shitpost.nix
|
|
];
|
|
services = {
|
|
nix-serve = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|