mirror of
https://github.com/lxstinthesky/matrix.git
synced 2025-11-02 00:42:48 +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 = {
|
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