!oeFELgatfbdiAEkJAY:nixos.org

Nix Zรผrich

114 Members
https://zurich.nix.ug/ - Next ZHF event 23-24 November 2024 Report notes: https://pad.lassul.us/dAqTN5maSqCRcvHuSun-Xg#27 Servers

Load older messages


SenderMessageTime
6 Dec 2024
@vengmark2:matrix.orgl0b0 joined the room.03:35:49
@vengmark2:matrix.orgl0b0๐Ÿ‘‹03:38:22
18 Dec 2024
@das-g:matrix.orgdas-g Can someone review https://github.com/NixOS/nixpkgs/pull/358855? 21:00:16
20 Dec 2024
@ners:nixos.devners What's the current recommended way to autoformat files that have been changed in nixpkgs? I suspect nix fmt at the root of nixpkgs is a bad idea. :D 12:12:02
@ners:nixos.devners * What's the current recommended way to autoformat files that one have just changed in nixpkgs? I suspect nix fmt at the root of nixpkgs is a bad idea. :D 12:12:11
@ners:nixos.devners * What's the current recommended way to autoformat files that one has just changed in nixpkgs? I suspect nix fmt at the root of nixpkgs is a bad idea. :D 12:12:14
@ners:nixos.devners infinisil is there some neat CLI trick to use the flake-provided formatter on only changed files? 12:12:37
@infinisil:matrix.orginfinisil

@ners:nixos.dev CI also only enforces formatting on files that are already formatted, so that makes it even harder xD

13:07:45
@infinisil:matrix.orginfinisil

I think probably something like

git diff --name-only HEAD | while read -r file; do
  if nixfmt --check <(git show HEAD:"$file");
    then nixfmt "$file"
  fi
done
13:10:10
@infinisil:matrix.orginfinisilTyped this on a phone so entirely untested :P13:10:23
@infinisil:matrix.orginfinisil

@ners:nixos.dev^

13:10:29
@infinisil:matrix.orginfinisil *

I think probably something like

git diff --name-only HEAD | while read -r file; do
  if nixfmt --check <(git show HEAD:"$file"); then
    nixfmt "$file"
  fi
done
13:10:54
@infinisil:matrix.orginfinisil

The goal is to format the entirety of Nixpkgs in like a month or so, after which treefmt and editor auto-formatting should be usable on it :D

13:21:06
25 Dec 2024
@lennart:wheeze.nlWheeze_NL changed their display name from Wheeze_NL to Wheeze_NL 5809.17:18:38
@lennart:wheeze.nlWheeze_NL changed their display name from Wheeze_NL 5809 to Wheeze_NL | PA3L | 5809@38c3.17:20:05
@lennart:wheeze.nlWheeze_NL changed their display name from Wheeze_NL | PA3L | 5809@38c3 to Wheeze_NL.17:22:45
26 Dec 2024
@elikoga:matrix.orgelikoga changed their display name from elikoga to elikoga (@38c3 ๐Ÿ“ž448{0,1}.15:21:57
@elikoga:matrix.orgelikoga changed their display name from elikoga (@38c3 ๐Ÿ“ž448{0,1} to elikoga (@38c3 ๐Ÿ“ž448{0,1}).15:26:10
@elikoga:matrix.orgelikoga changed their display name from elikoga (@38c3 ๐Ÿ“ž448{0,1}) to elikoga (@38c3 ๐Ÿ“ž488{0,1}).15:26:51
28 Dec 2024
@matthewcroughan:defenestrate.itmatthewcroughan changed their display name from matthewcroughan to matthewcroughan (DECT: 56490).18:40:57
29 Dec 2024
@elikoga:matrix.orgelikoga changed their display name from elikoga (@38c3 ๐Ÿ“ž488{0,1}) to elikoga (@38c3 ๐Ÿ“ž488{0,1,9}).11:03:24
30 Dec 2024
@matthewcroughan:defenestrate.itmatthewcroughan changed their display name from matthewcroughan (DECT: 56490) to matthewcroughan.17:27:05
1 Jan 2025
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.14:26:08
3 Jan 2025
@elikoga:matrix.orgelikoga changed their display name from elikoga (@38c3 ๐Ÿ“ž488{0,1,9}) to elikoga.10:28:17
13 Jan 2025
@ibizaman:matrix.orgibizaman

Hi everyone, Iโ€™m sorry for the business kind of message Iโ€™ll be sending this one time only. I live close to Fribourg and I want to start a business selling servers to individuals and small to medium enterprises that are interested in data privacy and sovereignty. I would build those servers and install and configure them in the work space directly, helping users configure their mobile phones and checking their router configuration, offer trainings and also a subscription model for active surveillance of the state of their server.

Iโ€™m posting this in this channel because the stack is using NixOS to install Nextcloud and Vaultwarden (Iโ€™ve got other plans but thatโ€™s the start). The business itself would use 100% open source software. The code to install the apps is available at https://github.com/ibizaman/selfhostblocks and the one time install to bootstrap a server is at https://github.com/ibizaman/skarabox. The goal is to have a business model like Nextcloud but also providing the hardware which would follow the right to repair movement. I can fill in as much details as youโ€™d like. Of course, you all can certainly use the code yourselves (Iโ€™d love that, actually) and I plan to slowly upstream to nixpkgs like Iโ€™m starting with https://discourse.nixos.org/t/pre-rfc-decouple-services-using-structured-typing/58257 but as you can imagine the targeted user is less technical but still excited about data privacy and data sovereignty.

My goal now is to find my first (paying) customer ๐Ÿ˜ and Iโ€™m messaging you to know if any of you have ideas about who would be interested in having such a server at home? Or if you have ideas about where I should post a message to reach a bigger audience?

Thank you ๐Ÿ™

11:17:24
@elikoga:matrix.orgelikoga Many Technical Privacy minded individuals consider the margin of such a business too high and do it themselves 11:19:11
@elikoga:matrix.orgelikoga Not sure what the best avenues for sharing this are 11:19:33
@sliedes:hacklab.fiSami LiedesI think small or medium enterprise may be a good segment. I mean, I think there are privacy minded people who don't have the skills themselves, and some even know it :-)16:20:10
@ibizaman:matrix.orgibizaman
In reply to @sliedes:hacklab.fi
I think small or medium enterprise may be a good segment. I mean, I think there are privacy minded people who don't have the skills themselves, and some even know it :-)
Iโ€™m sure there must be indeed. Sure/hope until I find one!
16:32:28
14 Jan 2025
@imincik:matrix.orgIvan Mincik (imincik) Hi ners , do you have a date for 25.05 ZHF meetup :) . 10:38:10

There are no newer messages yet.


Back to Room ListRoom Version: 10