From ed174ed661651909a7573e1c56e175b0ac02c858 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Thu, 21 Dec 2023 08:03:59 +0800 Subject: [PATCH] fixup! nixos: setup home on tmpfs --- nixos/profiles/opt-in/impermanence.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/profiles/opt-in/impermanence.nix b/nixos/profiles/opt-in/impermanence.nix index 6b43398..db88611 100644 --- a/nixos/profiles/opt-in/impermanence.nix +++ b/nixos/profiles/opt-in/impermanence.nix @@ -1,6 +1,6 @@ {lib, ...}: { ### sops-nix - sops.age.sshKeyPaths = lib.mkForce ["/nix/persist/system/etc/ssh/ssh_host_ed25519_key"]; + sops.age.sshKeyPaths = lib.mkForce ["/persist/etc/ssh/ssh_host_ed25519_key"]; fileSystems."/persist".neededForBoot = true; environment.persistence."/persist" = {