infrastructure/systems/kitchencam/default.nix
2024-03-25 10:57:15 -07:00

11 lines
184 B
Nix

_: {
type = "Linux";
extern.files = {
"/etc/dhcpcd.conf" = {
source = ./dhcpcd.conf;
};
"/etc/motion/motion.conf" = {
source = ./motion.conf;
};
};
}