mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
20 lines
324 B
Nix
20 lines
324 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
./copyparty.nix
|
|
./ddns.nix
|
|
./quassel.nix
|
|
./fail2ban.nix
|
|
./containers.nix
|
|
./n8n.nix
|
|
./networking.nix
|
|
./nocodb.nix
|
|
./ssh.nix
|
|
./media.nix
|
|
./headscale.nix
|
|
./forgejo.nix
|
|
./vaultwarden.nix
|
|
];
|
|
}
|