mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Fix MtnMeshBot: run as root, use tag, update .env
Prior to this, I had tried to run as my user but that doesn't work here. It seems you have to use the version of running containers built into home-manager if you want rootless podman.
This commit is contained in:
parent
d879524801
commit
4354e75f83
3 changed files with 5 additions and 7 deletions
|
|
@ -673,6 +673,7 @@ in {
|
|||
isNormalUser = true;
|
||||
description = "Gene Liverman";
|
||||
extraGroups = [ "docker" "podman" "networkmanager" "wheel" ];
|
||||
linger = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFvLaPTfG3r+bcbI6DV4l69UgJjnwmZNCQk79HXyf1Pt gene@rainbow-planet"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ6bRxR9wmwO1AcKjO2gRk6oxbIoDLI3KQL7sj92sN0K Gene on BigBoy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue