mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add missing keys
This commit is contained in:
parent
d72f1264b2
commit
46a93a4814
1 changed files with 4 additions and 0 deletions
|
|
@ -481,6 +481,10 @@ in {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Gene Liverman";
|
description = "Gene Liverman";
|
||||||
extraGroups = [ "docker" "podman" "networkmanager" "wheel" ];
|
extraGroups = [ "docker" "podman" "networkmanager" "wheel" ];
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFvLaPTfG3r+bcbI6DV4l69UgJjnwmZNCQk79HXyf1Pt gene@rainbow-planet"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIp42X5DZ713+bgbOO+GXROufUFdxWo7NjJbGQ285x3N gene.liverman@ltnglobal.com"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable common container config files in /etc/containers
|
# Enable common container config files in /etc/containers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue