users: disable password login for users in @wheel #62

Merged
pederbs merged 1 commits from fix-deploy into main 2024-08-14 17:31:09 +02:00
Owner

from nix eval .#nixosConfigurations.georg.config.services.openssh.extraConfig --show-trace --json | jq . -r :

Match User adriangl
  PasswordAuthentication no

Match User amalieem
  PasswordAuthentication no

Match User eirikwit
  PasswordAuthentication no

Match User felixalb
  PasswordAuthentication no

Match User jonmro
  PasswordAuthentication no

Match User oysteikt
  PasswordAuthentication no

Match User pederbs
  PasswordAuthentication no

from `nix eval .#nixosConfigurations.georg.config.services.openssh.extraConfig --show-trace --json | jq . -r` : ``` Match User adriangl PasswordAuthentication no Match User amalieem PasswordAuthentication no Match User eirikwit PasswordAuthentication no Match User felixalb PasswordAuthentication no Match User jonmro PasswordAuthentication no Match User oysteikt PasswordAuthentication no Match User pederbs PasswordAuthentication no ```
pederbs added 1 commit 2024-08-11 03:31:56 +02:00
pederbs force-pushed fix-deploy from 08e5e4d90b to 36a8868f94 2024-08-11 03:42:34 +02:00 Compare
Author
Owner

now with way less nix logic

now with way less nix logic
oysteikt approved these changes 2024-08-11 03:54:00 +02:00
pederbs merged commit 0f5c48902b into main 2024-08-14 17:31:09 +02:00
pederbs deleted branch fix-deploy 2024-08-14 17:31:09 +02:00
Sign in to join this conversation.
No description provided.