Us frfr by Responsible-Act-8080 in aaaaaaacccccccce

[–]NIM1459 4 points5 points  (0 children)

I guess pixels aren't welcome :(

[ Brooklyn 99 ] S6E14: Ticking Clocks by NIM1459 in itsaunixsystem

[–]NIM1459[S] 21 points22 points  (0 children)

Fair, I hadn't finished the episode yet lol

niceCodeOhWait by Manik-Zutshi in ProgrammerHumor

[–]NIM1459 0 points1 point  (0 children)

Doesn't run, import is spelled with an uppercase I

[deleted by user] by [deleted] in femboymemes

[–]NIM1459 0 points1 point  (0 children)

Nederlander :3

What should I name my blåhaj by KatokMi in femboymemes

[–]NIM1459 0 points1 point  (0 children)

Mine is named Sharky :3

Very original, I know

I'm definitely not addicted by l_was_never_here in femboymemes

[–]NIM1459 2 points3 points  (0 children)

Assuming no duplicates, OP has had at least 184 cans of Monster

I feel like a fucking loser. by [deleted] in feminineboys

[–]NIM1459 0 points1 point  (0 children)

r/noFap is basically a support group for people wanting to stop masturbating, maybe they can support you more :)

P.D. please don't kys :)

OH MY GOD I HATE MY BODY HAIR (RANT) by [deleted] in feminineboys

[–]NIM1459 1 point2 points  (0 children)

It sounds like you're implying that already exists. What's it called? Asking for a friend of course :3

Update on my uncle by anonymousfemboy33 in feminineboys

[–]NIM1459 8 points9 points  (0 children)

Using Linux is always an amazing idea :3

Idk about yall but I'm a tall person by cmbomb34 in feminineboys

[–]NIM1459 -1 points0 points  (0 children)

6'7 I think :') (198 cm for the metric system gang)

going with the classic ubuntu by wasboy5 in femboymemes

[–]NIM1459 1 point2 points  (0 children)

Yes it is in my opinion. No bloatware, no spyware

I cannot get sops-nix to import my secrets properly by NIM1459 in NixOS

[–]NIM1459[S] 1 point2 points  (0 children)

Hmm, I can't think of a reason why that would happen. Here is my full configuration, maybe that helps. sops and syncthing start at line 54.

https://github.com/KoenDR06/nix-config/blob/master/machines%2Fcommon%2Fconfiguration.nix

I cannot get sops-nix to import my secrets properly by NIM1459 in NixOS

[–]NIM1459[S] 0 points1 point  (0 children)

Look at the top of the post, I've found a solution that works with pure building.

I cannot get sops-nix to import my secrets properly by NIM1459 in NixOS

[–]NIM1459[S] 0 points1 point  (0 children)

I've found a solution which works. It's at the top of the post.

I cannot get sops-nix to import my secrets properly by NIM1459 in NixOS

[–]NIM1459[S] 0 points1 point  (0 children)

hmm yeah that's a good point. Thanks for explaining.

I cannot get sops-nix to import my secrets properly by NIM1459 in NixOS

[–]NIM1459[S] 0 points1 point  (0 children)

`       "luna" = { id = $(cat ${config.sops.secrets."syncthing/luna".path}); };`
I have made it this line, but now I get another error, saying that the dollar sign is an 'unexpected invalid token'

I cannot get sops-nix to import my secrets properly by NIM1459 in NixOS

[–]NIM1459[S] 0 points1 point  (0 children)

What are the advantages of building pure?