!DkNkhjPMwKVMKgmGYw:nixos.org

Nix Installer

54 Members
15 Servers

Load older messages


SenderMessageTime
17 Apr 2023
@genericnerdyusername:matrix.orgGenericNerdyUsername When using nix without internet, it disables substituters, which normally makes sense23:01:48
@genericnerdyusername:matrix.orgGenericNerdyUsernameBut during installs, you have a substituter (the install media) which can be accessed without the internet, which gets disabled anyway23:02:01
@genericnerdyusername:matrix.orgGenericNerdyUsernameim not really sure where to go from here23:02:13
@genericnerdyusername:matrix.orgGenericNerdyUsernamei dont even know if the bug is still around23:02:19
20 Apr 2023
@federicodschonborn:matrix.org@federicodschonborn:matrix.org changed their display name from Federico Damián Schonborn to Federico Schonborn.01:02:32
26 Apr 2023
@grahamc:nixos.org@grahamc:nixos.orgoops, sorry I'm late @room -- I'm opening up a room now14:02:00
@grahamc:nixos.org@grahamc:nixos.org * oops, sorry I'm late @room -- I'm opening up the room now14:02:12
@graham:grahamc.comgraham joined the room.14:04:46
@graham:grahamc.comgrahamhttps://md.darmstadt.ccc.de/KhuRgW6qRSWSZAbNlKWZBQ14:05:14
@abathur:matrix.orgabathurhttps://github.com/NixOS/nix/issues/8250 and https://github.com/DeterminateSystems/nix-installer/issues/37014:11:22
@graham:grahamc.comgraham
❯ curl -Ikvvv https://untrusted-root.badssl.com/
*   Trying 104.154.89.105:443...
* Connected to untrusted-root.badssl.com (104.154.89.105) port 443 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN: server accepted http/1.1
* Server certificate:
*  subject: C=US; ST=California; L=San Francisco; O=BadSSL; CN=*.badssl.com
*  start date: Apr 24 00:01:45 2023 GMT
*  expire date: Apr 23 00:01:45 2025 GMT
*  issuer: C=US; ST=California; L=San Francisco; O=BadSSL; CN=BadSSL Untrusted Root Certificate Authority
*  SSL certificate verify result: self-signed certificate in certificate chain (19), continuing anyway.
* using HTTP/1.1
> HEAD / HTTP/1.1
> Host: untrusted-root.badssl.com
> User-Agent: curl/8.0.1
> Accept: */*
> 
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Server: nginx/1.10.3 (Ubuntu)
Server: nginx/1.10.3 (Ubuntu)
< Date: Wed, 26 Apr 2023 14:18:04 GMT
Date: Wed, 26 Apr 2023 14:18:04 GMT
< Content-Type: text/html
Content-Type: text/html
< Content-Length: 600
Content-Length: 600
< Last-Modified: Mon, 24 Apr 2023 00:02:00 GMT
Last-Modified: Mon, 24 Apr 2023 00:02:00 GMT
< Connection: keep-alive
Connection: keep-alive
< ETag: "6445c6f8-258"
ETag: "6445c6f8-258"
< Cache-Control: no-store
Cache-Control: no-store
< Accept-Ranges: bytes
Accept-Ranges: bytes

< 
* Connection #0 to host untrusted-root.badssl.com left intact


14:18:16
@graham:grahamc.comgraham

not so useful:

* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=*.google.com
*  start date: Apr  3 08:17:58 2023 GMT
*  expire date: Jun 26 08:17:57 2023 GMT
*  issuer: C=US; O=Google Trust Services LLC; CN=GTS CA 1C3
*  SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
* using HTTP/2
* h2h3 [:method: HEAD]

14:19:13
@graham:grahamc.comgraham
openssl s_client -showcerts -servername untrusted-root.badssl.com -connect untrusted-root.badssl.com:443
14:21:36
@graham:grahamc.comgraham *
echo | openssl s_client -showcerts -servername untrusted-root.badssl.com -connect untrusted-root.badssl.com:443
14:23:07
@graham:grahamc.comgraham *
echo | openssl s_client -showcerts -servername nixos.org -connect nixos.org8:443
14:23:16
@graham:grahamc.comgraham *
echo | openssl s_client -showcerts -servername nixos.org -connect nixos.org:443
14:23:19
@graham:grahamc.comgrahamhttps://github.com/DeterminateSystems/nix-installer/pull/42814:27:59
@abathur:matrix.orgabathurhttps://github.com/NixOS/nix/commit/2384d360839e27edb3c928da858ec911415c8b4d14:34:03
@niksnut:matrix.orgEelco The default profile used by nix profile is $HOME/.nix-profile,
which, if it does not exist, is created as a symlink to
/nix/var/nix/profiles/default if Nix is invoked by the
root user, or ${XDG_STATE_HOME-$HOME/.local/state}/nix/profiles/profile otherwise.
14:34:21
27 Apr 2023
@abathur:matrix.orgabathuruser claiming to have a post-install connectivity problem responded https://github.com/NixOS/nix/issues/8250#issuecomment-152587251416:17:15
@sandro:supersandro.de@sandro:supersandro.de left the room.16:26:23
28 Apr 2023
@abathur:matrix.orgabathur grahamAna They updated again with output after installing Nix https://github.com/NixOS/nix/issues/8250#issuecomment-1526911700 13:07:53
1 May 2023
@raitobezarius:matrix.orgraitobezarius joined the room.19:26:34
@keiichi:matrix.orgteto joined the room.19:26:58
@hexa:lossy.networkhexa joined the room.19:29:24
@raitobezarius:matrix.orgraitobezariusHello there, I stumbled recently on https://github.com/DeterminateSystems/nix-installer/pull/304 which seems to indicate that the DetSys's Nix installer does not support channels anymore, if I am not wrong, this installer is supposed to become the default for the official Nix installer. Is there a plan to remove channels support by default at installation time in the future? 19:30:30
@raitobezarius:matrix.orgraitobezarius * Hello there, I stumbled recently on https://github.com/DeterminateSystems/nix-installer/pull/304 which seems to indicate that the DetSys's Nix installer does not support channels anymore, if I am not wrong, this installer is supposed to become the default for the official Nix installer. Is there a plan to remove channels support by default at installation time in the future in the official installer? 19:31:00
@raitobezarius:matrix.orgraitobezarius
In reply to @graham:grahamc.com
https://md.darmstadt.ccc.de/KhuRgW6qRSWSZAbNlKWZBQ
I just read this and it mentions the channel thing
19:34:33
@graham:grahamc.comgrahamThe Nix Team said they’d be interested in the project using the determinate nix installer as a base to start with upstream. If that happens, probably would require implementing some code to change the determinate nix installer to match what they want19:35:58
@graham:grahamc.comgraham I’d be surprised if the determinate nix installer was adopted exactly as is, and I don’t this this wg has the authority to choose that stuff 19:36:50

Show newer messages


Back to Room ListRoom Version: 9