Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. { config, pkgs, ... }:
  2. let
  3. unstable = import <nixos-unstable> { config = { allowUnfree = true; };
  4. in
  5. {
  6. environment.systemPackages = [ subsonic-6.1.5 ];
  7. }
  8.  
  9. {
  10. imports =
  11. [ # Include the results of the hardware scan.
  12. ./hardware-configuration.nix
  13. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement