1
0

Update from updated-inputs-2024-07-02-01-03

This commit is contained in:
clerie 2024-07-02 03:03:59 +02:00
commit bf1fa709cf
3 changed files with 8 additions and 5 deletions

View File

@ -7,6 +7,9 @@
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": 1719506693, "lastModified": 1719690277,
"narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=", "narHash": "sha256-0xSej1g7eP2kaUF+JQp8jdyNmpmCJKRpO12mKl/36Kc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a", "rev": "2741b4b489b55df32afac57bc4bfd220e8bf617e",
"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 = "348bbe99daf1b1f331783a0298a445f24ca58c85"; rev = "fdc07667e6cfa09e91eaaee488528fb842a6115d";
sha256 = "sha256-QYOadI1RUUmS6UDG3MAeor6qERaBiaCBUG0+cchm1FQ="; sha256 = "sha256-qRviw0sQnMmrkwBO0+AWnmeqZK8wXeFxZJgmLMUtzn4=";
}; };
}; };
}; };