summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-07-01 18:08:07 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-07-01 18:28:08 +0200
commit6fd9541ed6c13b14ee5d3c8e4b40079d828f3f63 (patch)
treeda9d7f896dcecf8a2e1fe4a1be880b4e22d841df /flake.nix
parentfix(peertube): allow sane user creation (diff)
downloadnixos-server-openssh-cve-fix.tar.gz
nixos-server-openssh-cve-fix.zip
fix(system/services/openssh): Update to fix CVE-2024-6387 “regreSSHion” openssh-cve-fix
This should already be in 24.04, but it does not work currently :<.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index b68c12f..fc3c2ed 100644
--- a/flake.nix
+++ b/flake.nix
@@ -29,7 +29,6 @@
       url = "github:oxalica/rust-overlay";
       inputs = {
         nixpkgs.follows = "nixpkgs";
-        flake-utils.follows = "flake-utils";
       };
     };
 
@@ -56,7 +55,6 @@
       inputs = {
         flake-compat.follows = "flake-compat";
         nixpkgs.follows = "nixpkgs";
-        utils.follows = "flake-utils";
       };
     };
 
@@ -95,7 +93,7 @@
       specialArgs =
         attrs
         // {
-          inherit pkgsUnstable;
+          inherit pkgsUnstable nixpkgs-unstable;
         };
       modules = [
         ./modules/nixos