persistence: Rename module

`impermanence` -> `persistence`
This commit is contained in:
SebastianStork 2025-11-11 15:29:17 +01:00
parent 3fd0e85151
commit 1fe43f5802
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
21 changed files with 25 additions and 25 deletions

View file

@ -23,7 +23,7 @@ _: {
destination="$2"
root="/tmp/anywhere/$host"
impermanence="$(nix eval ".#nixosConfigurations.$host.config.custom.impermanence.enable")"
impermanence="$(nix eval ".#nixosConfigurations.$host.config.custom.persistence.enable")"
if [ "$impermanence" = true ]; then
ssh_dir="$root/persist/etc/ssh"
else