update nextcloud stuff

This commit is contained in:
Gerg-L 2024-06-03 23:59:00 -04:00
parent 15e19a7de7
commit 9c53730cf8
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,9 @@
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud29; package = pkgs.nextcloud29;
home = "/persist/services/nextcloud";
datadir = "/persist/services/nextcloud"; datadir = "/persist/services/nextcloud";
extraAppsEnable = false;
hostName = "next.gerg-l.com"; hostName = "next.gerg-l.com";
autoUpdateApps.enable = false; autoUpdateApps.enable = false;
database.createLocally = true; database.createLocally = true;

View file

@ -7,9 +7,7 @@ in
local.allowedUnfree = [ "spotify" ]; local.allowedUnfree = [ "spotify" ];
programs.spicetify = { programs.spicetify = {
enable = true; enable = true;
enabledCustomApps = builtins.attrValues { enabledCustomApps = builtins.attrValues { inherit (spicePkgs.apps) lyricsPlus ncsVisualizer; };
inherit (spicePkgs.apps) lyricsPlus ncsVisualizer;
};
enabledExtensions = builtins.attrValues { enabledExtensions = builtins.attrValues {
inherit (spicePkgs.extensions) inherit (spicePkgs.extensions)
adblock adblock

View file

@ -32,6 +32,7 @@
nix-output-monitor # nom nom nom nom; nix-output-monitor # nom nom nom nom;
nix-tree # view packages nix-tree # view packages
pciutils # lspci pciutils # lspci
nix-janitor # thanks nobbz
; ;
} }
); );