NixOS System Operations | 590 Members | |
| About system administration for running NixOS systems in production. Declaratively manage your operations. | Room recommendations: #networking:nixos.org | 162 Servers |
| Sender | Message | Time |
|---|---|---|
| 5 Oct 2024 | ||
| 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 | |
In reply to @theelevated:matrix.org I think it could be a great option here. Basically you could configure everything once and then just set different hostnames for different machines in separate configurations. You could then generate small disk images that you can then | 21:51:51 | |
In reply to @scrumplex:duckhub.iodoes nix also shell bin commands? if I need want to have a elevated listener for a root ssh session and in the global file. | 21:53:56 | |
In reply to @scrumplex:duckhub.io* does nix also shell bin commands? if I need want to have a elevated listener for a root ssh session in the global file. | 21:54:12 | |
| 22:16:52 | ||
| 6 Oct 2024 | ||
| 12:43:02 | ||
| 19:43:20 | ||
| 7 Oct 2024 | ||
| 00:05:36 | ||