nix/hosts/kameramann/default.nix

8 lines
104 B
Nix

{ ... }: {
imports = [
./hardware.nix
./nvr.nix
];
networking.hostName = "kameramann";
}