feat: only allow post quantum crypto

This commit is contained in:
Leyla Becker 2025-11-27 14:26:33 -06:00
parent 1d5bb9e945
commit 5776640b5d

View file

@ -16,6 +16,8 @@
}; };
}; };
}; };
programs.ssh.kexAlgorithms = config.services.openssh.settings.KexAlgorithms;
} }
(lib.mkIf config.host.impermanence.enable { (lib.mkIf config.host.impermanence.enable {
environment.persistence."/persist/system/root" = { environment.persistence."/persist/system/root" = {