mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
chore: disable nextcloud as it doesn't work yet since, well, no domain yet
This commit is contained in:
parent
6e989f6d29
commit
75d23f5ca9
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ ... }: {
|
||||
{ ... }:
|
||||
{
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
config.dbtype = "sqlite";
|
||||
configureRedis = true;
|
||||
home = "/home/liv/nextcloud";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue