Compare commits

..

No commits in common. "a213c21cba0ba51141b90076979cc3a11ee051f5" and "c07b37f7b4b491c599bc47fec42e397e1e3de4ba" have entirely different histories.

3 changed files with 11 additions and 11 deletions

View file

@ -39,11 +39,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1687098182, "lastModified": 1685395684,
"narHash": "sha256-kBys+Cwmcxzh7UNVWTrunOgaR02zl2XN3feA8fSlqVo=", "narHash": "sha256-XUUWE5XJiGZ2Wi+Mxv/mIwKYDPEC8gYHkHyT3+/sciY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "0480dabc99e1b669ebe909949180fa2786e733cd", "rev": "43ed7048f670661d1ae2ea0d2f7655e87e7b0461",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -105,11 +105,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1686960236, "lastModified": 1685290091,
"narHash": "sha256-AYCC9rXNLpUWzD9hm+askOfpliLEC9kwAo7ITJc4HIw=", "narHash": "sha256-GGQYNZ7POoqPTtXgPOLUuSiHkOKFRWYpCoWUOSeSRoU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "04af42f3b31dba0ef742d254456dc4c14eedac86", "rev": "4e37b4e55b60fb7d43d2b62deb51032a489bcbe8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -151,11 +151,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1686468558, "lastModified": 1684964237,
"narHash": "sha256-K69Ojlx3N8I6tRTZsrKFMIqK4yrnJ6/PjfKZi3wchYg=", "narHash": "sha256-dDS+GhdZN2MAa2FJKFGM2gpgAXhx+xoMkpVsRx9qpDE=",
"owner": "simple-nixos-mailserver", "owner": "simple-nixos-mailserver",
"repo": "nixos-mailserver", "repo": "nixos-mailserver",
"rev": "290d00f6db4e80467013728819ad73dd4a394d9a", "rev": "1bcfcf786bc289ca1bd2c9d29d6f02d9141b1da3",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {

View file

@ -45,7 +45,7 @@
services = { services = {
sshd.enable = true; sshd.enable = true;
openssh.settings = { openssh.settings = {
PasswordAuthentication = false; passwordAuthentication = false;
PermitRootLogin = "no"; PermitRootLogin = "no";
X11Forwarding = true; X11Forwarding = true;
}; };

View file

@ -3,7 +3,7 @@
{ {
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud27; package = pkgs.nextcloud26;
enableBrokenCiphersForSSE = false; enableBrokenCiphersForSSE = false;
nginx.recommendedHttpHeaders = true; nginx.recommendedHttpHeaders = true;