nixos-config/common/default.nix
Christoph Heiss df9b15996d
machines: Add 'name'
Runs blocky + unbound for custom DNS.
Also adds all the common nix infrastructure needed.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-04-01 22:20:34 +02:00

13 lines
169 B
Nix

{
imports = [
./boot.nix
./locale.nix
./networking.nix
./nix-options.nix
./packages.nix
./services.nix
./sysctl.nix
./users.nix
];
}