From 96841dbfa85250ffb081d87bdb36c8d255a4fe4a Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 9 May 2026 04:22:54 +0530 Subject: [PATCH] chore(ssh): update module reference for persistence check --- modules/nixos/networking/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/networking/ssh.nix b/modules/nixos/networking/ssh.nix index 4fab8ac..27240a5 100644 --- a/modules/nixos/networking/ssh.nix +++ b/modules/nixos/networking/ssh.nix @@ -11,7 +11,7 @@ # Sops needs acess to the keys before the persist dirs are even mounted; so # just persisting the keys won't work, we must point at /persist - hasOptinPersistence = config.environment.persistence."/persist".enable; + hasOptinPersistence = config.tnix.boot.impermanence.enable; in { options.tnix.networking.openssh = {