diff --git a/hosts/gerg-desktop/services/nextcloud.nix b/hosts/gerg-desktop/services/nextcloud.nix index d9ead7f..3530c34 100644 --- a/hosts/gerg-desktop/services/nextcloud.nix +++ b/hosts/gerg-desktop/services/nextcloud.nix @@ -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; diff --git a/hosts/gerg-desktop/spicetify.nix b/hosts/gerg-desktop/spicetify.nix index bda6eab..763ae14 100644 --- a/hosts/gerg-desktop/spicetify.nix +++ b/hosts/gerg-desktop/spicetify.nix @@ -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 diff --git a/modules/misc.nix b/modules/misc.nix index f97a869..ea98aa8 100644 --- a/modules/misc.nix +++ b/modules/misc.nix @@ -32,6 +32,7 @@ nix-output-monitor # nom nom nom nom; nix-tree # view packages pciutils # lspci + nix-janitor # thanks nobbz ; } );