1
0

Compare commits

..

No commits in common. "bf1fa709cfb79a0ea7c4c55a4e202b9294e688a7" and "4fd2403afc44f1413738fbc2748626a54b3a4940" have entirely different histories.

3 changed files with 5 additions and 8 deletions

View File

@ -7,9 +7,6 @@
PasswordAuthentication = false; PasswordAuthentication = false;
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
PermitRootLogin = lib.mkDefault "no"; PermitRootLogin = lib.mkDefault "no";
# Hotfix CVE-2024-6387 https://github.com/NixOS/nixpkgs/pull/323753
LoginGraceTime = 0;
}; };
services.openssh.hostKeys = lib.mkForce [ services.openssh.hostKeys = lib.mkForce [
# Only create ed25519 host keys # Only create ed25519 host keys

View File

@ -268,11 +268,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1719690277, "lastModified": 1719506693,
"narHash": "sha256-0xSej1g7eP2kaUF+JQp8jdyNmpmCJKRpO12mKl/36Kc=", "narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2741b4b489b55df32afac57bc4bfd220e8bf617e", "rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -11,8 +11,8 @@
locations."= /nogo2024.ics" = { locations."= /nogo2024.ics" = {
root = pkgs.fetchgit { root = pkgs.fetchgit {
url = "https://git.clerie.de/clerie/nogo2024.git"; url = "https://git.clerie.de/clerie/nogo2024.git";
rev = "fdc07667e6cfa09e91eaaee488528fb842a6115d"; rev = "348bbe99daf1b1f331783a0298a445f24ca58c85";
sha256 = "sha256-qRviw0sQnMmrkwBO0+AWnmeqZK8wXeFxZJgmLMUtzn4="; sha256 = "sha256-QYOadI1RUUmS6UDG3MAeor6qERaBiaCBUG0+cchm1FQ=";
}; };
}; };
}; };