mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
16 lines
294 B
Nix
16 lines
294 B
Nix
{inputs}: {
|
|
modules = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
./fail2ban.nix
|
|
./containers.nix
|
|
./networking.nix
|
|
./ssh.nix
|
|
./media.nix
|
|
./headscale.nix
|
|
];
|
|
extraArgs = {};
|
|
specialArgs = {};
|
|
system = "x86_64-linux";
|
|
channelName = "unstable";
|
|
}
|