1
0
Fork 0

Fix config on apollo

This commit is contained in:
Malte Brandy 2021-12-03 12:21:52 +01:00
parent 962a6326fc
commit 16b125a5a6
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -117,12 +117,10 @@ in
group = "users"; group = "users";
user = "maralorn"; user = "maralorn";
openDefaultPorts = true; openDefaultPorts = true;
declarative = syncthing.declarativeWith [ "hera" "zeus" ] "/home/maralorn/media" cert = pkgs.privatePath "syncthing/apollo/cert.pem";
// { key = pkgs.privatePath "syncthing/apollo/key.pem";
cert = pkgs.privatePath "syncthing/apollo/cert.pem"; }
key = pkgs.privatePath "syncthing/apollo/key.pem"; // syncthing.declarativeWith [ "hera" "zeus" ] "/home/maralorn/media";
};
};
xserver = { xserver = {
enable = true; enable = true;
displayManager = { displayManager = {