Colmena | 323 Members | |
| A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena | 110 Servers |
| Sender | Message | Time |
|---|---|---|
| 28 Nov 2022 | ||
You can specify the nodes to build with
This is an interesting suggestion. Currently there is | 07:12:33 | |
*
You can specify the nodes to build with
This is an interesting suggestion. Currently there is | 07:13:05 | |
In reply to @ronixx:matrix.org
| 07:13:30 | |
In reply to @ronixx:matrix.orgThe activation appears stuck, and you can use -v to get the full outputs | 07:15:26 | |
In reply to @ronixx:matrix.orgprocess get stopped at this place | 07:15:28 | |
In reply to @zhaofeng:zhaofeng.linot able to ssh to. Restarting my server from panel | 07:16:10 | |
| 07:18:13 | |
In reply to @ronixx:matrix.orgFrom the VPS panel? Is it a container? If not, you shouldn't have boot.isContainer = true; there. Also you need to import your hardware-configuration.nix. | 07:18:51 | |
Download image.png | 07:19:20 | |
| I have first genereated custom image for DigitalOcean with nixos-generators | 07:19:47 | |
In reply to @ronixx:matrix.orgThen you need to import digital-ocean-image.nix like what nixos-generator doe | 07:22:32 | |
In reply to @ronixx:matrix.org* Then you need to import digital-ocean-image.nix like what nixos-generator does | 07:22:34 | |
Download image.png | 08:58:20 | |
Download image.png | 08:58:40 | |
| same issue event after adding do image nix file | 08:59:08 | |
In reply to @zhaofeng:zhaofeng.liright. Unable to read key from other user | 13:24:42 | |
In reply to @zhaofeng:zhaofeng.li* right. Unable to read key from /run/keys/ in outher user acc | 13:25:07 | |
Download image.png | 13:52:13 | |
| can i change ownership of /run/keys folder ? in Colmena | 13:52:31 | |
| i have user account named nix but Nix Unabel to acces keys folder | 13:52:56 | |
| but secret file owner is nix user acc | 13:53:10 | |
usually what you do is add the group keys to the service or whatever it is that needs to access them | 13:53:10 | |
since the keys group can read /run/keys | 13:53:34 | |
Download image.png | 13:53:33 | |
Download image.png | 13:54:18 | |
| is this correct way to add keys to nix acc ? | 13:54:37 | |
yes, but freshrss shouldn't be running as the nix user unless you added extra config for it | 13:55:01 | |
try adding users.users.freshrss.extraGroups = ["keys"] | 13:55:59 | |
since it runs as the freshrss user | 13:56:08 | |
| services.<name> name is same for group | 13:57:24 | |