nix/hosts/kmann/default.nix

8 lines
111 B
Nix

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