b12f restructure #1

Merged
teutat3s merged 218 commits from b12f into main 2020-11-24 18:27:01 +00:00
Showing only changes of commit ab19dea908 - Show all commits

View file

@ -50,6 +50,10 @@ in
# xdg.configFile."wallpaper.jpg".source = ./assets/wallpaper.jpg;
};
age.secrets.mopidyConf.file = "${self}/secrets/mopidy.conf";
age.secrets = pkgs.lib.setAttrByPath [ "mopidy.conf" ] {
file = "${self}/secrets/mopidy.conf";
mode = "700";
owner = "mopidy";
};
services.mopidy.extraConfigFiles = [ "/run/secrets/mopidy.conf" ];
}