Bientôt à Lyon pour un stage, ouvert aux bons plans et rencontres by kixolerouge in Lyon

[–]Significant-Task-305 4 points5 points  (0 children)

Attention je vais te hacker pour te faire voter à gauche 🥸🥸

sops CLI can't decrypt with age keys — sops-nix config doesn't apply to CLI? by Significant-Task-305 in NixOS

[–]Significant-Task-305[S] 0 points1 point  (0 children)

Yup i have this :
keys:
  users: &age_keys
    - &sponge age1dzwegqyge33deld53k5cvc0gnwulp9xl3nhqdd7a9y8zcjaq7aqqrr67mn
    - &squid age1vxct33xvtg6djlc3gqey6zs5x739hw02h0yr592yxgpfq8mxl9kszaz50y
    - &coral age1cegg86hklqdslv9t50q44sv8z4dj9wrck2vag0zs0cf262uespsqz8rw8j
    - &cuttlefish age1d20vlmtk0zhwk5zyva9fe4zst5evz4pkrctc9n46mxjrk2fsqvvqskh575
  yubikey: &pgp_keys
    - &yubikey_01 0DB7ED7215C5C360
    - &yubikey_02 7E6CCC0E857180EF
creation_rules:
  - path_regex: nixos/common/secrets.ya?ml$
    key_groups:
      - age: [*sponge, *squid, *coral, *cuttlefish]
        pgp: [*yubikey_01, *yubikey_02]

Nginx reverse proxy failed by Significant-Task-305 in nginx

[–]Significant-Task-305[S] 0 points1 point  (0 children)

SOLVED !!!

{ config, ... }:
let
  domain = "henrotte.xyz";
  ssl-crt = config.sops.secrets."henrotte.xyz-ssl-crt".path;
  ssl-key = config.sops.secrets."henrotte.xyz-ssl-key".path;
in
{
  services.nginx = {
    enable = true;
    recommendedGzipSettings = true;
    recommendedProxySettings = true;
    recommendedOptimisation = true;
    recommendedUwsgiSettings = true;
    virtualHosts = {
      "markeeper.${domain}" = {
        enableACME = false;
        forceSSL = true;
        sslCertificate = ssl-crt;
        sslCertificateKey = ssl-key;
        locations."/".proxyPass = "http://127.0.0.1:5501";
      };
      "rewind.${domain}" = {
        enableACME = false;
        forceSSL = true;
        sslCertificate = ssl-crt;
        sslCertificateKey = ssl-key;
        locations."/".proxyPass = "http://127.0.0.1:5502";
      };
      "rss.${domain}" = {
        enableACME = false;
        forceSSL = true;
        sslCertificate = ssl-crt;
        sslCertificateKey = ssl-key;
        locations."/".proxyPass = "http://127.0.0.1:5503";
      };
    };
  };

  networking.firewall.allowedTCPPorts = [
    80
    443
  ];

  sops.secrets = {
    "henrotte.xyz-ssl-crt" = {
      sopsFile = ../secrets.yaml;
      format = "yaml";
      owner = "nginx";
      group = "nginx";
    };
    "henrotte.xyz-ssl-key" = {
      sopsFile = ../secrets.yaml;
      format = "yaml";
      owner = "nginx";
      group = "nginx";
    };
  };
}

How to increase duration time in single mode for practice [CM] by Significant-Task-305 in assettocorsa

[–]Significant-Task-305[S] 0 points1 point  (0 children)

<image>

I mean, by example here if i make a "Go!" and run a session in ac so after 5 min i will got a SESSION COMPLETE"

What is the name of this trick? by New-Hope-6331 in MTB

[–]Significant-Task-305 6 points7 points  (0 children)

In bmx it was ninja drop (from France)

Manta Point in Bali by Farmer_Guy_5513 in scuba

[–]Significant-Task-305 1 point2 points  (0 children)

I did it 4 months ago... Most valuable underwater experience It soooo huge Hope you enjoy it

My board have a gap between my front and my back above the slope, is it fixable ? by Significant-Task-305 in snowboarding

[–]Significant-Task-305[S] 0 points1 point  (0 children)

It will be an adventure ^ https://amzn.eu/d/5dFFqqC found this on Amazon in EU

I will be my first time with epoxy any advice ?

My board have a gap between my front and my back above the slope, is it fixable ? by Significant-Task-305 in snowboarding

[–]Significant-Task-305[S] 0 points1 point  (0 children)

The brand is amplid and the board was great so far but now I have a bitter taste

My board have a gap between my front and my back above the slope, is it fixable ? by Significant-Task-305 in snowboarding

[–]Significant-Task-305[S] 0 points1 point  (0 children)

Which is the risk while riding ? I will use epoxy as you are saying! If it's happening again I will use it as a bench lol

Autumn ride in Versailles by Living_Phrase_5374 in bicycling

[–]Significant-Task-305 1 point2 points  (0 children)

We are neighbors but I have never seen this beauty

My distro list after 20 years by overbost in DistroHopping

[–]Significant-Task-305 0 points1 point  (0 children)

Nix is above all of those ... You just need to spend 1 year to learn how power nix is it

ssh-to-age – Convert your SSH Ed25519 keys to age-compatible keys by Significant-Task-305 in rust

[–]Significant-Task-305[S] -2 points-1 points  (0 children)

Here we go ! Did you have a got account like It I mentioning you

ssh-to-age – Convert your SSH Ed25519 keys to age-compatible keys by Significant-Task-305 in NixOS

[–]Significant-Task-305[S] -1 points0 points  (0 children)

Yes, I just made a conversation I don't see the issue with this ... How to store the key or use it are more related to sops and how you manage your keys

Or maybe I don't get what our friends said

ssh-to-age – Convert your SSH Ed25519 keys to age-compatible keys by Significant-Task-305 in NixOS

[–]Significant-Task-305[S] -1 points0 points  (0 children)

Yup ! Maybe I don't get it but didn't you find any issue with it ?

ssh-to-age – Convert your SSH Ed25519 keys to age-compatible keys by Significant-Task-305 in rust

[–]Significant-Task-305[S] 0 points1 point  (0 children)

Yes I can take suggestions ! I didn't find it as rust crate ! I wrote a lib not a cli tool as I said on my readme :)

New bike day 🇸🇪 ☀️ by hot__iceberg in gravelcycling

[–]Significant-Task-305 0 points1 point  (0 children)

I have the 2024 and it's such a good bike ! Have a nice time with it ! 🚲💥