| 28 Nov 2024 |
/madonius[er|he] | 𤷠| 21:35:11 |
David SĆ”nchez | I think itās this issue that has been fixed, but I think a new version of colmena including it hasnāt been released yet
https://github.com/zhaofengli/colmena/issues/202 | 23:01:45 |
| 29 Nov 2024 |
| bl1nk changed their profile picture. | 01:11:40 |
| bl1nk changed their profile picture. | 01:11:57 |
| Khalil Santana changed their display name from khalil to Khalil Santana. | 12:21:11 |
/madonius[er|he] | ah thanks :) | 15:40:07 |
/madonius[er|he] | I mean it's not too shabby to be forced to check in you changes :D | 15:40:22 |
| 8 Dec 2024 |
| mannp joined the room. | 18:51:48 |
| 11 Dec 2024 |
| ttrss joined the room. | 03:43:11 |
ttrss | hi | 03:43:19 |
ttrss | hi, im configuring colmena, whats the significance of meta.nixpkgs namley the system i choose? the docs say: The pinned Nixpkgs package set. Accepts one of the following:
A path to a Nixpkgs checkout
The Nixpkgs lambda (e.g., import <nixpkgs>)
An initialized Nixpkgs attribute set
This option must be specified when using Flakes.
yet it complains if i pass anything other than an initialized nixpkgs attribute set
| 03:44:00 |
| 16 Dec 2024 |
Justinas StankeviÄius | I think that's a Flake-specific thing. Just use an initialized set for that, you can still set nixpkgs.* options in your nodes' configs and they shoul dwork. | 16:51:40 |
Tom | Regarding [#224 - New Release?](https://github.com/zhaofengli/colmena/issues/225). Are there any blockers? | 17:19:53 |
| 21 Dec 2024 |
| @otanaut:matrix.org joined the room. | 00:11:57 |
@otanaut:matrix.org | Hey, when using colmena with nixosConfigurations, as suggested in this Issus:https://github.com/zhaofengli/colmena/issues/60, where do i put the deplomeny.targetUser and targetHost properties? | 00:13:12 |
@otanaut:matrix.org | Do i still simply generate a `colmena.$name.deployment` attribute set? | 00:18:59 |
@otanaut:matrix.org | * Hey, when using colmena with nixosConfigurations, as suggested in this Issus:https://github.com/zhaofengli/colmena/issues/60, where do i put the `deploment.targetUser` and `targetHost` properties? | 00:19:10 |
dmoonfire | I'm trying to update from 24.05 to 24.11, but I'm hitting some annoying little burps. I did get around the impure by using the colmena github, but now I'm having trouble getting permittedInsecurePackages working. I have it in my flake at outputs.colmena.defaults.nixpkgs.config.permittedInsecurePackages, but it doesn't seem to be picking it up and allowing to install.
However, if I use export NIXPKGS_ALLOW_INSECURE=1 and --impure it works.
I also tried putting it in outputs.colmena.meta.nixpkgs = import ... { inherit system; nixpkgs.config... } but that didn't work.
Any suggestions? I'd really like not to work in --impure if possible. | 21:16:52 |
dmoonfire | This was all working for the year or so before I got up to 24.11. :) | 21:17:18 |
| 22 Dec 2024 |
| Unit 1721344 [polygon] (it/its, es/ihr) changed their display name from polygon system (it/she, no "you") to polygon& (it/she). | 08:04:02 |
| allrealmsoflife joined the room. | 15:54:19 |
Justinas StankeviÄius | dmoonfire: in the second case it should be import nixpkgs { inherit system; config = ... }. Not nixpkgs.config. | 18:38:44 |
Justinas StankeviÄius | Try also putting it in nixpkgs.config in an individual node's config. The Flakes shim you linked does not seem to necessarily apply defaults. | 18:39:15 |
Justinas StankeviÄius | In reply to @otanaut:matrix.org Hey, when using colmena with nixosConfigurations, as suggested in this Issus:https://github.com/zhaofengli/colmena/issues/60, where do i put the `deploment.targetUser` and `targetHost` properties? Include the colmena.nixosModules.deploymentOptions module in your nodes modules / imports, then use deployment.targetHost in the node config like before. | 18:40:00 |
| 23 Dec 2024 |
dmoonfire | I tried putting it in the package and it doesn't seem to be picking it up.
colmena = {
meta = {
# Figure out the default nixpkgs to use for each node.
nixpkgs = import inputs.nixpkgs {
system = "x86_64-linux";
config.permittedInsecurePackages = insecure-packages;
};
Putting it as config. in various places get the error where you can't configure a setting and a service in the same (unknown boot or services depending on where). | 04:09:12 |
| Pepin joined the room. | 19:49:50 |
Pepin | Hi, I am overriding package version via overrideAttrs. colmena build works fine, however applying the build throws this error:
error: cannot add path '/nix/store/dpxhgkc31n0yh7mv7a47x5p9j4rmk3gz-foundationdb73' because it lacks a signature by a trusted key
Is there a way to bypass the check?
| 19:52:04 |
| 24 Dec 2024 |
Justinas StankeviÄius | In reply to @dmoonfire:matrix.org I tried putting it in the package and it doesn't seem to be picking it up.
colmena = {
meta = {
# Figure out the default nixpkgs to use for each node.
nixpkgs = import inputs.nixpkgs {
system = "x86_64-linux";
config.permittedInsecurePackages = insecure-packages;
};
Putting it as config. in various places get the error where you can't configure a setting and a service in the same (unknown boot or services depending on where).
get the error where you can't configure a setting and a service in the same (unknown boot or services depending on where).
I'm not sure what that means
| 10:43:46 |
| @karlthane:matrix.org joined the room. | 13:58:22 |
| @karlthane:matrix.org left the room. | 14:03:18 |