aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/mpd.nix')
-rw-r--r--nixops/modules/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/mpd.nix b/nixops/modules/mpd.nix
index 7c896ca..83c225b 100644
--- a/nixops/modules/mpd.nix
+++ b/nixops/modules/mpd.nix
@@ -1,7 +1,7 @@
1{ lib, pkgs, config, myconfig, mylibs, ... }: 1{ lib, pkgs, config, myconfig, mylibs, ... }:
2{ 2{
3 config = { 3 config = {
4 mySecrets.keys = [ 4 secrets.keys = [
5 { 5 {
6 dest = "mpd"; 6 dest = "mpd";
7 permissions = "0400"; 7 permissions = "0400";