From 0ef31a42df380ad3f5bc8e3b9e00b378f0b9d1b0 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 22 Nov 2024 22:10:14 +0100 Subject: [PATCH] clan-cli password-store: silence move-mount output --- nixosModules/clanCore/vars/secret/password-store.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/clanCore/vars/secret/password-store.nix b/nixosModules/clanCore/vars/secret/password-store.nix index ccfee34ed..873b1fb00 100644 --- a/nixosModules/clanCore/vars/secret/password-store.nix +++ b/nixosModules/clanCore/vars/secret/password-store.nix @@ -24,7 +24,7 @@ let mount --bind --make-private /run/secrets.tmp /run/secrets.tmp mount --bind --make-private /run/secrets /run/secrets tar -xf "$src" -C /run/secrets.tmp - move-mount --beneath --move /run/secrets.tmp /run/secrets + move-mount --beneath --move /run/secrets.tmp /run/secrets >/dev/null umount -R /run/secrets.tmp rmdir /run/secrets.tmp umount --lazy /run/secrets