Skip to content

amaumene/nixos-crying-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nixos-crying-detector

Rough instructions, sorry about that.

On a NixOs machine

git clone https://github.com/amaumene/nixos-crying-detector.git

cd nixos-crying-detector

nix-shell -p nixos-generators

Edit all the "your_..." on configuration.nix:

your_wifi_ssid = { psk = "your_wifi_psk"; };
services.colin-crying-detector.api-key = "your_pushover_api_key";
services.colin-crying-detector.user-key = "your_pushover_user_key";
openssh.authorizedKeys.keys = [ "your_ssh_key" ];
initialHashedPassword = "your_hashed_password";

Generate the img and copy it to your SD card nixos-generate -f sd-aarch64-installer -c configuration.nix

About

This repo is to build an image of NixOS for my Raspberry Pi to run https://github.com/amaumene/colin-crying-detector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages