NixOS System Operations | 604 Members | |
| About system administration for running NixOS systems in production. Declaratively manage your operations. | Room recommendations: #networking:nixos.org | 165 Servers |
| Sender | Message | Time |
|---|---|---|
| 4 Oct 2024 | ||
| 09:51:11 | ||
any opinions on services.autoUpgrade vs services.self-deploy? | 13:37:02 | |
| i only learned about the latter yesterday by chance | 13:37:13 | |
| 17:35:25 | ||
| 21:44:24 | ||
| 5 Oct 2024 | ||
| 04:15:24 | ||
| Anyone here use i3 with Nextcloud? Trying to figure out how to get the NC client to stop asking for access every time I login | 11:18:29 | |
| in my case I do it with sway. I let Nextcloud write to the gnome keyring. | 11:19:49 | |
In reply to @3von:matrix.orgThis usually happens if you don't have a secret store that's compatible with Nextcloud | 11:19:52 | |
| Yeah setting up gnome keyring is one way to solve this | 11:20:02 | |
services.gnome.gnome-keyring.enable = true; and IIRC that was sufficient. | 11:20:20 | |
In reply to @scrumplex:duckhub.ioWhat is IIRC? | 11:20:35 | |
In reply to @scrumplex:duckhub.ioYMMV, but for me this was the quickets way to get a libsecret store. | 11:20:49 | |
In reply to @3von:matrix.orgif I recall correctly. | 11:21:00 | |
| There are also some other secret providers like KeePassXC | 11:21:02 | |
| Oh I c. OK activating keyring now | 11:21:45 | |
| That worked like a charm. Thanks all | 11:23:37 | |
| Hello all. Can anyone suggest why my NixOS system is periodically killing processes with an 'out of memory' status, like this:
Meanwhile, I have a huge amount of memory:
| 15:33:47 | |
| * Hello all. Can anyone suggest why my NixOS system is periodically killing processes with an 'out of memory' status, like this:
Meanwhile, I have a huge amount of memory:
| 15:34:05 | |
| Well presumably you don't have memory at the time | 15:35:11 | |
| Also, swap doesn't really count | 15:35:19 | |
| The kernel would consider it out of memory without using swap? Or what do you mean by doesn't count? | 15:39:23 | |
| The kernel would consider it an out of memory condition if it can't find a page to swap out | 15:41:05 | |
| Which is why you can't just throw swap at your OOM problems and expect them to go away | 15:42:23 | |
| Philip: Huh, that's extremely odd; @rosscomputerguy:matrix.org was having a very similar issue in #users:nixos.org the other day | 15:43:30 | |
| OOMs on processes that weren't using much memory when the total used wasn't very high | 15:43:46 | |
| I think they found out it was some kernel tuning they had done that was the problem. But maybe that was wrong and the problem is somewhere in nixos? | 15:44:44 | |
| (also, that is an unbelievable amount of swap. Absolutely a waste lol) | 15:47:56 | |
In reply to @elvishjerricco:matrix.orgYes, totally obscene... I have a 1 TB NVMe drive that I am not using for anything right now, so I thought I'd dedicate it to swap. But that'll be the first to go when I need more storage. | 17:24:41 | |
| I need to duplicate the same system over 30 school laptops with the same setup and settings everywhere. Would nixos be feaseable also considering every laptop need to be a little unique with hostname? | 21:43:56 | |