Colmena | 318 Members | |
| A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena | 108 Servers |
| Sender | Message | Time |
|---|---|---|
| 15 Nov 2023 | ||
| 22:41:10 | ||
| 17 Nov 2023 | ||
| 01:44:15 | ||
Hi, I'm pretty new to Colmena, and I want to use it to manage multiple hosts with different versions of nixpkgs. I have defined two nixpkgs urls in my flake's inputs, and can reference them in outputs.colmena.meta.nixpkgs. But I can't find a way to define this per-host. | 10:52:51 | |
| 18 Nov 2023 | ||
| 04:05:31 | ||
| 04:08:29 | ||
| 16:09:05 | ||
| 19 Nov 2023 | ||
| 11:01:28 | ||
| 20 Nov 2023 | ||
If I evaluate a system config and then evaluate it again right after, without any changes to its inputs (including self), shouldn't that benefit from flake eval caching? | 18:08:05 | |
| 23 Nov 2023 | ||
| hm, can I use nix-output-monitor with colmena? | 11:59:31 | |
| there's an issue for that: https://github.com/zhaofengli/colmena/issues/129 | 12:24:38 | |
| 25 Nov 2023 | ||
| 15:56:32 | ||
| 30 Nov 2023 | ||
| 22:47:06 | ||
| 1 Dec 2023 | ||
| 09:40:53 | ||
| Hi all. Anyone here used nixos-infect on a host and colmena to deploy their nix config? | 09:41:34 | |
| currently I get a "nix-daemon: command not found" error which seems to stem from the ssh command failing to find nix-daemon, but it's hard to track it down and I've verified that nix profile (nix.sh in ~/.nix-profile) is specified in the various .profile/.bashrc combinations | 09:42:29 | |
in fact when I ssh <host> "nix-daemon --help" I get the same error - presumably this isn't colmena's fault... | 09:45:06 | |
| Yeah, on non-NixOS hosts the Nix binaries aren't in the PATH set up by sshd/pam. It's a long-standing issue: https://github.com/NixOS/nix/issues/1078 | 17:42:10 | |
| I'm getting
Am I doing something obviously stupid? File is in the | 22:21:06 | |
| Redacted or Malformed Event | 22:21:20 | |
| Redacted or Malformed Event | 22:21:41 | |
okay so remote system has that file uploaded to /run/keys/myservice.secret but with no contents in the file | 22:22:39 | |
| odd | 22:22:53 | |
In reply to @zhaofeng:zhaofeng.liThank you I wasn’t aware. | 22:53:37 | |
| 2 Dec 2023 | ||
| and... it works now for some reason. Didn't change anything. Great. | 00:31:18 | |
| 16:03:02 | ||
| 16:03:03 | ||
| 16:54:22 | ||
| Hi! I'm new to NixOS, but want to try out Colmena as a means to set up some computers in my home. One of them is a Microsoft Surface Pro 3, which needs What I have now is something like this: flake.nix
In flake.nix:
| 17:27:44 | |
In reply to @sivertism:matrix.orghit enter too soon... hold on | 17:28:12 | |
| * Hi! I'm new to NixOS, but want to try out Colmena as a means to set up some computers in my home. One of them is a Microsoft Surface Pro 3, which needs What I have now is something like this: flake.nix
In flake.nix:
And | 17:34:05 | |