Colmena | 323 Members | |
| A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena | 110 Servers |
| Sender | Message | Time |
|---|---|---|
| 2 Jun 2023 | ||
| 16:43:44 | ||
| Hi there.
But it does not work:
Is it possible somehow to pin specific version of nixpkgs for a host in flake configuration? | 16:53:06 | |
| * Hi there.
But it does not work:
Is it possible somehow to pin specific version of nixpkgs for a host in flake configuration? | 16:53:51 | |
nodeNixpkgs.desktop has to be an initialized package set (see the error message), not a path | 17:00:00 | |
It accepts the exact type as meta.nixpkgs | 17:00:18 | |
| There is only example for
I cannot find out where I should place a path to a nixpkgs when using flake | 17:04:21 | |
| Just copy the nixpkgs pinning your have above | 17:05:27 | |
| But there is no need to pin separately when it's the only node | 17:05:37 | |
| * Just copy the nixpkgs pinning you have above | 17:05:45 | |
| In other words
| 17:06:16 | |
I have another nodes in my flake.nix and I want to upgrade some of them to 23.05 | 17:07:18 | |
| Oh, I understand how it should be assembled (I don't have a lot of experience with a NixOS):
| 17:21:25 | |
| 3 Jun 2023 | ||
| 08:09:06 | ||
| 5 Jun 2023 | ||
is it possible to have the deployment options in a vanilla nixosConfigurations? | 16:11:46 | |
| by passing the appropriate module | 16:12:15 | |
| indeed, it is as a flake input | 16:16:06 | |
| ah but when I do this, I get duplicate modules | 16:20:45 | |
| success | 16:21:23 | |
| 6 Jun 2023 | ||
| Mmmm. Im deploying to a server, but instead of substituting from a cache it copies all store paths from my local machine. How can I figure out what's going on? | 10:54:46 | |
In reply to @dminuoso:matrix.orgare you are using a flake based hive? maybe related: https://github.com/zhaofengli/colmena/pull/156 | 12:20:17 | |
In reply to @me:indeednotjames.com Interesting. Yes I am. ssh-ng is giving me nothing but trouble in fact. | 12:44:31 | |
| But I think there was another bug, because --build-on-target still caused all paths to be copied from my local path. | 12:46:09 | |
And that was, for whatever bizarre reasons, tied to my local machine having extra substituters configured. Once I got rid of those, --build-on-target at least subtituted from cache.nixos.org | 12:46:48 | |
| * But I think there was another bug, because --build-on-target still caused all paths to be copied from my local host. | 12:46:58 | |
| 7 Jun 2023 | ||
| 23:06:46 | ||
| 11 Jun 2023 | ||
| 01:35:11 | ||
| 12 Jun 2023 | ||
is there a way to show STDOUT and STDERR from a colmena exec run without going into --verbose mode which adds a whole lot more info? | 15:18:09 | |
| 22:06:57 | ||
| 14 Jun 2023 | ||
| is there any way for colmena to use a specific ssh key? | 00:43:16 | |
| I can cheat my way with .ssh/config | 00:46:30 | |