mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
update nextcloud stuff
This commit is contained in:
parent
15e19a7de7
commit
9c53730cf8
3 changed files with 4 additions and 3 deletions
|
|
@ -8,7 +8,9 @@
|
|||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud29;
|
||||
home = "/persist/services/nextcloud";
|
||||
datadir = "/persist/services/nextcloud";
|
||||
extraAppsEnable = false;
|
||||
hostName = "next.gerg-l.com";
|
||||
autoUpdateApps.enable = false;
|
||||
database.createLocally = true;
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@ in
|
|||
local.allowedUnfree = [ "spotify" ];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
enabledCustomApps = builtins.attrValues {
|
||||
inherit (spicePkgs.apps) lyricsPlus ncsVisualizer;
|
||||
};
|
||||
enabledCustomApps = builtins.attrValues { inherit (spicePkgs.apps) lyricsPlus ncsVisualizer; };
|
||||
enabledExtensions = builtins.attrValues {
|
||||
inherit (spicePkgs.extensions)
|
||||
adblock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue