mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +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 = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = false;
|
||||||
config.dbtype = "sqlite";
|
config.dbtype = "sqlite";
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
home = "/home/liv/nextcloud";
|
home = "/home/liv/nextcloud";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue