776
Convincing (media.piefed.social)

(The meme's author may be convinced but I am still not, to be clear)

From: https://terra.incognita.net/@RainofTerra/116168632108345829

you are viewing a single comment's thread
view the rest of the comments
[-] smiletolerantly@awful.systems 4 points 2 months ago

Ehm... I'm also on Nixos and I'd say it's super trivial.

services.openssh = {
  enable = true;
  settings = {
    PasswordAuthentication = false;
    PermitRootLogin = "no";
  };
};

users.users.<name>.openssh.authorizedKeys.keys = [ list of pubkeys ideally read from file in repo ];
[-] Urist@lemmy.ml 2 points 2 months ago

So easy it should be illegal! I mean, how can we feel superior if we are not wasting huge amounts of time setting things up!?

[-] smiletolerantly@awful.systems 3 points 2 months ago

I mean, how can we feel superior if we are not wasting huge amounts of time setting things up!?

Why, by boasting that it's so easy, just look at that, it is only two options you need to set thanks to the 80 custom modules I've written to abstract the abstractions from nixpkgs!

I WISH I could put an /s here, but I cannot.

this post was submitted on 04 Mar 2026
776 points (99.1% liked)

Programmer Humor

31231 readers
2330 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS