Skip to content

Instantly share code, notes, and snippets.

@oscarcarlsson
Last active March 25, 2019 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oscarcarlsson/7d9ac47266a5a57e9a89c4162f0b7db2 to your computer and use it in GitHub Desktop.
Save oscarcarlsson/7d9ac47266a5a57e9a89c4162f0b7db2 to your computer and use it in GitHub Desktop.
services.home-assistant = {
enable = true;
configDir = "/path/to/stuff";
package = pkgs.home-assistant.override {
# I'd like to use the home-assistant package from unstable, how do I do it?
# I have a channel called 'nixos' (18.09) and another 'nixos-unstable'
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment