mirror of
https://github.com/lxstinthesky/matrix.git
synced 2025-11-01 16:32:45 +00:00
added ssh key for morpheus
This commit is contained in:
1
nix/users/keys/morpheus.pub
Normal file
1
nix/users/keys/morpheus.pub
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYkZY9rUTaN7LrmA5MVU+I+at1YV+i2e3EkGfCIt4M2 robin@thor
|
||||||
@@ -16,10 +16,13 @@
|
|||||||
|
|
||||||
users.users.morpheus = {
|
users.users.morpheus = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Insert joke here";
|
description = "I'm colorblind";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [ ];
|
||||||
|
openssh.authorizedKeys.keyFiles = [
|
||||||
|
./keys/morpheus.pub
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.trinity = {
|
users.users.trinity = {
|
||||||
|
|||||||
Reference in New Issue
Block a user