mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
12 lines
206 B
Nix
12 lines
206 B
Nix
{inputs, ...}: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
./fail2ban.nix
|
|
./containers.nix
|
|
./networking.nix
|
|
./ssh.nix
|
|
./media.nix
|
|
./headscale.nix
|
|
];
|
|
}
|