l prism.r: add git to containers
This commit is contained in:
parent
b0a14795b5
commit
bf9d3272d1
|
@ -186,6 +186,7 @@ in {
|
|||
#hotdog
|
||||
containers.hotdog = {
|
||||
config = { ... }: {
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
services.openssh.enable = true;
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
config.krebs.users.lass.pubkey
|
||||
|
@ -201,6 +202,7 @@ in {
|
|||
#kaepsele
|
||||
containers.kaepsele = {
|
||||
config = { ... }: {
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
services.openssh.enable = true;
|
||||
users.users.root.openssh.authorizedKeys.keys = with config.krebs.users; [
|
||||
lass.pubkey
|
||||
|
@ -217,6 +219,7 @@ in {
|
|||
#onondaga
|
||||
containers.onondaga = {
|
||||
config = { ... }: {
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
services.openssh.enable = true;
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
config.krebs.users.lass.pubkey
|
||||
|
|
Loading…
Reference in a new issue