mirror of
https://github.com/lxstinthesky/matrix.git
synced 2025-11-01 16:32:45 +00:00
Compare commits
1 Commits
63f40f5937
...
nixos-base
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27f18dc6ec |
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 = {
|
||||
isNormalUser = true;
|
||||
description = "Insert joke here";
|
||||
description = "I'm colorblind";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [ ];
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
./keys/morpheus.pub
|
||||
];
|
||||
};
|
||||
|
||||
users.users.trinity = {
|
||||
|
||||
Reference in New Issue
Block a user