secrets management with SOPS
This commit is contained in:
7
users/root.nix
Normal file
7
users/root.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
users.users.root = {
|
||||
hashedPasswordFile = config.sops.secrets.pw_root.path;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user