19 May 2025 |
| oak 🏳️🌈♥️ changed their display name from oak 🫱⭕🫲 to oak. | 10:58:54 |
| oak 🏳️🌈♥️ changed their display name from oak to oak 🏳️🌈♥️. | 11:00:42 |
| delfino joined the room. | 13:37:49 |
20 May 2025 |
| jficz joined the room. | 20:51:59 |
| kongrooparadox joined the room. | 21:43:41 |
21 May 2025 |
| @alanpearce:private.coffee left the room. | 19:04:33 |
22 May 2025 |
| @uvnikita:matrix.org left the room. | 12:06:51 |
| presto8 joined the room. | 13:50:29 |
| tfritz joined the room. | 17:39:33 |
| @niklauzg:matrix.org left the room. | 20:44:23 |
23 May 2025 |
| @unlimitedsola:matrix.org joined the room. | 05:32:23 |
| markasoftware joined the room. | 18:23:59 |
| @belligerent_engine:matrix.org joined the room. | 20:05:27 |
| @belligerent_engine:matrix.org left the room. | 20:05:51 |
24 May 2025 |
| fromtheeast710 joined the room. | 05:09:29 |
| kaczus joined the room. | 07:26:08 |
| sss joined the room. | 12:43:39 |
| ordnungswidrig joined the room. | 13:07:46 |
| @maka_77x:matrix.org left the room. | 17:04:57 |
25 May 2025 |
| @yuri:nekover.se left the room. | 18:33:29 |
26 May 2025 |
| jsw joined the room. | 07:41:04 |
| raul joined the room. | 09:05:08 |
| The Worm 🏳️🌈 (he/they) changed their display name from This LEGO® Worm™ is licensed under the terms of the he/him or they/them pronouns, at your choice to LEGO® Worm™ (Asbestos Flavored!). | 13:12:34 |
gotha | hi, I am trying to deploy custom nixos image is created with nixos-generators for digitalocean . the machine boots, but /etc/nixos/configuration.nix looks like this
{ config, lib, pkgs, modulesPath, ... }:
{
imports = lib.optional (builtins.pathExists ./do-userdata.nix) ./do-userdata.nix ++ [
(modulesPath + "/virtualisation/digital-ocean-config.nix")
];
even if I add environment.systemPackages = with pkgs; [ cowsay ]; and rebuild, it doesn't seem to install the required package. Any idea what I should look into?
| 17:43:10 |
gotha | * hi, I am trying to deploy custom nixos image that is created with nixos-generators for digitalocean . the machine boots, /etc/nixos/configuration.nix looks like this by default:
{ config, lib, pkgs, modulesPath, ... }:
{
imports = lib.optional (builtins.pathExists ./do-userdata.nix) ./do-userdata.nix ++ [
(modulesPath + "/virtualisation/digital-ocean-config.nix")
];
even if I add
environment.systemPackages = with pkgs; [ cowsay ]; and rebuild, it doesn't seem to install the required package. Any idea what I should look into?
| 17:44:00 |
alex | You’re modifying /etc/configuration.nix on the running machine and then doing nixos rebuild switch ? | 18:24:48 |
gotha | yes, exactly | 18:44:42 |
27 May 2025 |
| jsw left the room. | 07:10:47 |
| @irenes:matrix.org left the room. | 08:59:53 |
| Lorenz joined the room. | 11:39:28 |