aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/mpd/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-02 03:02:53 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-02 03:02:53 +0200
commit6e2dc958bc8c5aac4871d2a618741fa4628ed126 (patch)
treea6dc7cfd70d06e6392c9a68fbf138fe88a0effdf /nixops/modules/mpd/default.nix
parent851f25966e419564e2288c6dc675d0954da7e8cf (diff)
downloadNix-6e2dc958bc8c5aac4871d2a618741fa4628ed126.tar.gz
Nix-6e2dc958bc8c5aac4871d2a618741fa4628ed126.tar.zst
Nix-6e2dc958bc8c5aac4871d2a618741fa4628ed126.zip
Continue moving overlays to dedicated directory
Diffstat (limited to 'nixops/modules/mpd/default.nix')
-rw-r--r--nixops/modules/mpd/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixops/modules/mpd/default.nix b/nixops/modules/mpd/default.nix
index 0904732..7c896ca 100644
--- a/nixops/modules/mpd/default.nix
+++ b/nixops/modules/mpd/default.nix
@@ -1,9 +1,6 @@
1{ lib, pkgs, config, myconfig, mylibs, ... }: 1{ lib, pkgs, config, myconfig, mylibs, ... }:
2{ 2{
3 config = { 3 config = {
4 nixpkgs.overlays = [ (self: super: rec {
5 mpd = (self.callPackage ./mpd.nix {}).mpd;
6 }) ];
7 mySecrets.keys = [ 4 mySecrets.keys = [
8 { 5 {
9 dest = "mpd"; 6 dest = "mpd";