nxcaldav
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ pkgs, ... }@all: with all; {
|
||||
services.postgresql = {
|
||||
services.postgresql = lib.mkIf (!hyper.isServer) {
|
||||
enable = false;
|
||||
ensureUsers = [{
|
||||
name = "nxcaldav";
|
||||
|
||||
Reference in New Issue
Block a user