From 53f78d795921d46d2436670ac2e9f46aac301116 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