machine-config/bigbird/users/eric.nix

12 lines
313 B
Nix

{pkgs, ...}: {
# users.users.eric = {
# isNormalUser = true;
# description = "Eric Villnow";
# openssh.authorizedKeys.keys = [
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKTAtIfDbYG2Wvwc0dmzXJXWwRnI1QFzFf7P9Txj9zo eric@vill.now"
# ];
# packages = with pkgs; [
# #
# ];
# };
}