From 67823348fc9b50dd1cfb5cd0ed67b3194365effc Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 11 Jun 2023 10:47:31 +0200 Subject: configs: reference stockholm by relative path --- krebs/2configs/secret-passwords.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'krebs/2configs/secret-passwords.nix') diff --git a/krebs/2configs/secret-passwords.nix b/krebs/2configs/secret-passwords.nix index 5d265eba..0f0d068a 100644 --- a/krebs/2configs/secret-passwords.nix +++ b/krebs/2configs/secret-passwords.nix @@ -1,4 +1,5 @@ -{ ... }: with import ; +{ lib, ... }: +with lib; { users.extraUsers = mapAttrs (_: h: { hashedPassword = h; }) -- cgit v1.2.3