!coeAONBrWyDJnYMbMi:nixos.org

NixOS System Operations

590 Members
About system administration for running NixOS systems in production. Declaratively manage your operations. | Room recommendations: #networking:nixos.org156 Servers

Load older messages


SenderMessageTime
26 Feb 2025
@hexa:lossy.networkhexa* git+ssh://21:39:30
@sigmasquadron:matrix.orgFernando RodriguesSure, just change the IP from whatever it was before to the wireguard address.21:39:43
@sigmasquadron:matrix.orgFernando Rodriguesditto with a domain21:39:50
@hexa:lossy.networkhexaa custom port is too cumbersome, means everyone needs to maintain ssh configs etc.21:39:50
@hexa:lossy.networkhexapublic git access over ssh21:40:04
@hexa:lossy.networkhexaforgejo21:40:07
@hexa:lossy.networkhexagitlab21:40:09
@sigmasquadron:matrix.orgFernando Rodriguesah, yes. forgejo.21:40:26
@sigmasquadron:matrix.orgFernando Rodriguescurrently i use a nginx stream to proxy ssh connections over a wireguard tunnel to a forgejo host21:40:55
@hexa:lossy.networkhexanginx stream is a fancy word for saying "socat"21:41:10
@sigmasquadron:matrix.orgFernando Rodriguesyes21:41:16
@dgrig:erethon.comdgrig(gitlab automatically adds the ssh port in the UI when copying the git clone command iirc, but agreed it can be a pita)21:43:12
@hexa:lossy.networkhexachanging the ssh port means everyone needs to adapt on every machine for every application using it21:47:42
@hexa:lossy.networkhexathat's not worth the hassle21:47:48
27 Feb 2025
@nam3l33ss:matrix.org·☽•Nameless☆•777 · ± changed their profile picture.17:11:06
@flare:matrix.darkc0de.oneflareeh22:54:41
@flare:matrix.darkc0de.oneflarefor personal uses it has worked for me that approach22:54:53
1 Mar 2025
@77a5a1:matrix.org@77a5a1:matrix.org

Hello, could someone help me with this error?

error: a 'x86_64-linux' with features {gccarch-raptorlake} is required to build '/nix/store/x0zfxhzq9xh2s3f02qhzxwgi17fglk8h-bootstrap-stage0-glibc-bootstrapFiles.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, kvm, nixos-test}

21:53:29
@77a5a1:matrix.org@77a5a1:matrix.org
cat /etc/nixos/configuration.nix 
{ config, pkgs, lib, ... }:
{
  nix.settings.system-features = [ "gccarch-raptorlake" "benchmark" "big-parallel" "kvm" "nixos-test" ];
  nixpkgs.hostPlatform = { gcc.arch = "raptorlake"; gcc.tune = "raptorlake"; system = "x86_64-linux"; };

21:54:00
@adam:robins.wtfadamcstephensyou'd probably need to apply the system features before you could re-build using the updated hostPlatform21:55:11
@77a5a1:matrix.org@77a5a1:matrix.orgThank you21:56:26
@77a5a1:matrix.org@77a5a1:matrix.orgbuilding in progress21:56:37
@77a5a1:matrix.org@77a5a1:matrix.orgSomeone of you tired implemented clear linux patches for kernel? https://github.com/clearlinux-pkgs/linux https://github.com/NixOS/nixpkgs/issues/26412822:01:46
@hexa:lossy.networkhexasystem-features is a build platform requirement22:03:37
@77a5a1:matrix.org@77a5a1:matrix.orgyes i follow this guide: https://nixos.wiki/wiki/Build_flags Building the whole system on NixOS22:04:24
@hexa:lossy.networkhexaok22:04:26
@77a5a1:matrix.org@77a5a1:matrix.orgi want optimize nixos for cpu architecture, after that i want also apply clear linux patches but to be hones i dont know how22:05:26
@77a5a1:matrix.org@77a5a1:matrix.orghttps://github.com/NixOS/nixpkgs/issues/6370822:05:33
@77a5a1:matrix.org@77a5a1:matrix.orgclear linux kernel is optinized for intel architecture22:06:55
2 Mar 2025
@atoix:matrix.orgatoix joined the room.00:56:48

Show newer messages


Back to Room ListRoom Version: 10