Reorganise sops.
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
sops.secrets = {
|
||||
"users_password/beastie" = {
|
||||
neededForUsers = true;
|
||||
};
|
||||
};
|
||||
users = {
|
||||
users = {
|
||||
${username} = {
|
||||
@@ -18,7 +23,7 @@
|
||||
"video"
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
config.sops.secrets."ssh_keys/beastie_priv".path
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAKMJ3TkEmRQcX7RQijNa2km6a2xXJk6M6FERh7C9nTJ"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user