bigbird: Add disabled Eric user; reorg users
This commit is contained in:
parent
6e1b26a12d
commit
adab62337d
3 changed files with 14 additions and 1 deletions
12
bigbird/users/eric.nix
Normal file
12
bigbird/users/eric.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
# users.users.eric = {
|
||||
# isNormalUser = true;
|
||||
# description = "Eric Villnow";
|
||||
# openssh.authorizedKeys.keys = [
|
||||
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKTAtIfDbYG2Wvwc0dmzXJXWwRnI1QFzFf7P9Txj9zo eric@vill.now"
|
||||
# ];
|
||||
# packages = with pkgs; [
|
||||
# #
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue