| 17 Sep 2025 |
/madonius[er|he] | I have a bug in wayland/sway/... that causes my UI to freeze from time to time and I don't know what the issue is. I would like to switch to unstable, only on my laptop | 09:14:56 |
/madonius[er|he] | somehow, when I build I keep getting the 25.05 suffix on my builds | 09:15:26 |
/madonius[er|he] | any pointers? | 09:15:33 |
| 19 Sep 2025 |
| bl1nk changed their profile picture. | 15:22:44 |
| bl1nk changed their profile picture. | 15:24:58 |
| 20 Sep 2025 |
Samuel | That does not sound like a Colmena issue | 13:37:52 |
| zygohistomorphic glyph joined the room. | 15:23:17 |
zygohistomorphic glyph | Hello! I am trying to migrate my old plain flakes based setup to colmena, but am running into some issues. For my hive, I've set
defaults = { name, nodes, pkgs, ... }: {
modules = [
# -- some imports omitted
agenix.nixosModules.default
agenix-rekey.nixosModules.default
];
age.rekey = {
masterIdentities = [ ./secrets/age_id.age ];
hostPubkey = ./secrets/${name}.pub;
storageMode = "local";
localStorageDir = ./. + "/secrets/rekeyed/${name}";
};
};
this worked fine as part of a node in nixosConfigurations, but when I put this into colmenaHive it fails to recognize age as an option. What am I missing? | 15:48:48 |
@dawnofmidnight:catgirl.cloud | Redacted or Malformed Event | 16:53:48 |
@dawnofmidnight:catgirl.cloud | i'm not familiar with agenix-rekey, but i'm pretty sure the age.rekey part is nixos configuration; i.e. it should be in a nixos module.
defaults = { name, nodes, pkgs, ... }: {
modules = [
# -- some imports omitted
agenix.nixosModules.default
agenix-rekey.nixosModules.default
{
age.rekey = {
masterIdentities = [ ./secrets/age_id.age ];
hostPubkey = ./secrets/${name}.pub;
storageMode = "local";
localStorageDir = ./. + "/secrets/rekeyed/${name}";
};
}
];
};
| 16:58:07 |
@dawnofmidnight:catgirl.cloud | * i'm not familiar with agenix-rekey, but i'm pretty sure the age.rekey part is nixos configuration; i.e. it should be in a nixos module.
defaults = { name, nodes, pkgs, ... }: {
modules = [
# -- some imports omitted
agenix.nixosModules.default
agenix-rekey.nixosModules.default
{
age.rekey = {
masterIdentities = [ ./secrets/age_id.age ];
hostPubkey = ./secrets/${name}.pub;
storageMode = "local";
localStorageDir = ./. + "/secrets/rekeyed/${name}";
};
}
];
};
| 16:58:20 |
zygohistomorphic glyph | ah, i see! I was under the impression that defaults itself defines a module | 18:22:49 |
zygohistomorphic glyph | thanks! | 18:22:55 |
zygohistomorphic glyph | how does the
defaults = { pkgs, ... }: {
# This module will be imported by all hosts
environment.systemPackages = with pkgs; [
vim wget curl
];
};
bit of the tutorial configuration work then? | 18:25:25 |
| 22 Sep 2025 |
| @felix.schroeter:scs.ems.host changed their display name from Felix Schröter to Felix Schröter (🌄 29.09. – 05.10.). | 09:56:26 |
| 23 Sep 2025 |
| sinan changed their profile picture. | 02:47:54 |
| kenji changed their display name from a-kenji to kenji. | 10:39:39 |
| @freexploit:trafkin.com | 20:37:08 |
| @freexploit:trafkin.com | 20:37:31 |
| @freexploit:trafkin.com left the room. | 20:38:10 |
| 28 Sep 2025 |
| asoderlind joined the room. | 12:01:58 |
| martijn joined the room. | 12:50:21 |
| 29 Sep 2025 |
| m0lok joined the room. | 23:11:46 |
| 1 Oct 2025 |
| Robin Heggelund Hansen set a profile picture. | 10:49:40 |
| Robin Heggelund Hansen changed their display name from robheghan to Robin Heggelund Hansen. | 10:50:07 |
| 3 Oct 2025 |
| sinan changed their profile picture. | 02:43:04 |
| 4 Oct 2025 |
| aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) changed their profile picture. | 08:41:29 |
Merrkry | Hi, I have some question about meta.nixpkgs. What if I have a machine that has different architecture from all other machines? Do I have to specify nodeNixpkgs for it? | 17:09:31 |
Merrkry | Also, does Colmena set nixpkgs.pkgs? | 17:10:05 |
| 5 Oct 2025 |
| neobrain joined the room. | 13:53:48 |