From c1afa65ffed6e6e21b193db3ad384805e0e79bc5 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 May 2024 15:21:30 +0100 Subject: [PATCH] media hashed password file --- hosts/common/users/media/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/common/users/media/default.nix b/hosts/common/users/media/default.nix index b1e8591..6635da0 100644 --- a/hosts/common/users/media/default.nix +++ b/hosts/common/users/media/default.nix @@ -10,8 +10,7 @@ in users.users.media = { isNormalUser = true; shell = pkgs.zsh; # default shell - #hashedPasswordFile = sopsHashedPasswordFile; - password = "nixos"; + hashedPasswordFile = sopsHashedPasswordFile; openssh.authorizedKeys.keys = lib.lists.forEach pubKeys (key: builtins.readFile key); extraGroups =