mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
enable nextcloud disable miniflux
This commit is contained in:
parent
51b5bba99d
commit
9ad1bb464d
2 changed files with 5 additions and 5 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{ _file }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
#sops.secrets.nextcloud.owner = "nextcloud";
|
||||
sops.secrets.nextcloud.owner = "nextcloud";
|
||||
|
||||
#users.users.nextcloud.extraGroups = [ "postgres" ];
|
||||
users.users.nextcloud.extraGroups = [ "postgres" ];
|
||||
|
||||
services.nextcloud = {
|
||||
enable = false;
|
||||
package = pkgs.nextcloud28;
|
||||
enable = true;
|
||||
package = pkgs.nextcloud29;
|
||||
datadir = "/persist/services/nextcloud";
|
||||
hostName = "next.gerg-l.com";
|
||||
autoUpdateApps.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue