fix: wireguard status for waybar
This commit is contained in:
parent
e928d2e4c9
commit
cc803cae27
11 changed files with 68 additions and 57 deletions
|
|
@ -3,6 +3,7 @@
|
|||
datadir ? null,
|
||||
dataBackupPath ? null,
|
||||
dbBackupPath ? null,
|
||||
https ? true,
|
||||
}:
|
||||
{
|
||||
config,
|
||||
|
|
@ -42,7 +43,7 @@
|
|||
package = pkgs.nextcloud31;
|
||||
configureRedis = true;
|
||||
hostName = hostname;
|
||||
https = true;
|
||||
https = if https then true else false;
|
||||
datadir = lib.mkIf (datadir != null) datadir;
|
||||
phpExtraExtensions =
|
||||
all: with all; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue