diff --git a/.modules/users/speccon18.nix b/.modules/users/speccon18.nix new file mode 100644 index 0000000..495c284 --- /dev/null +++ b/.modules/users/speccon18.nix @@ -0,0 +1,13 @@ +{ config, pkgs, lib, ... }: +{ + users.users.speccon18 = { + isNormalUser = true; + initialHashedPassword = ""; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdigmndcdQD/864P059K2hZOXyEkbGvMkH0/b2QavkD speccon18@creatorforge" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPc1AQ6hcjdSZZuhS5SISwtulFoTLpC5f5JoMFQkZ5l2 specCon18@DESKTOP-Q1I2PAE" + ]; + description = "admin"; + extraGroups = [ "wheel" "docker" ]; + }; +} \ No newline at end of file