all: welcome to 23.05

This commit is contained in:
Anish Lakhwara
2023-08-12 18:57:16 -07:00
parent d3a469a3f7
commit e352f95114
20 changed files with 182 additions and 192 deletions
-1
View File
@@ -10,5 +10,4 @@
backup = import ./backup.nix;
ulogger-server = import ./ulogger.nix;
microbin = import ./microbin.nix;
photoprism = import ./photoprism.nix; #TODO remove once updated to 23.05, stolen from nixpkgs anyway
}
+2 -2
View File
@@ -3,13 +3,13 @@
with lib;
let
cfg = config.services.gonic;
cfg = config.mossnet.gonic;
configFile = "/etc/gonic/config";
dataFolder = "/var/lib/gonic";
in {
options = {
services.gonic = {
mossnet.gonic = {
enable = mkEnableOption "Gonic music server and streamer";
settings = lib.mkOption {