Results 11 comments of Mark Nipper

@jubalh You've probably already moved on at this point, but my report in #6014 discusses how to successfully run Magicka 2. Steam already includes most of the essential libraries needed...

This is mostly just a bump to say that I too have run into this. Oddly, I see the resource being set correctly. And it looks like xscreensaver is even...

I did some more work on this and have found the somewhat confusing following results. Since options provided through these files support wildcards, I started trying different combinations in a...

I'm pretty sure it's just the following, no? ``` % diff -urN modules/services/xscreensaver.nix modules/services/xscreensaver.nix.new --- modules/services/xscreensaver.nix 2024-04-27 03:02:45.688936861 -0700 +++ modules/services/xscreensaver.nix.new 2024-04-27 03:04:52.889248058 -0700 @@ -45,7 +45,7 @@ home.packages =...

Okay, after spending even more time looking through the source code, I finally pieced together that with the way the xscreensaver daemon is written now, it only ever looks for...

As mentioned in the linked discourse, home.activation was recommended here as a potential workaround, which works just as much as I need it to: ``` home.activation.xscreensaver = lib.hm.dag.entryAfter ["writeBoundary"] ''...

Since I ran across @hmenke's comment above as a potential solution to my sopx-nix problem regarding keeping parts of my nftables configuration private in my repo, I figured I'd at...

Sorry. I should have been clearer when I explained that. If you use any value of `worker_processes` other than 1, you also need to specify `multi_accept on;` or things are...

Sure, something more sane: ``` # ls -alF /dev/disk/by-partlabel total 0 drwxr-xr-x 2 root root 160 May 7 19:21 ./ drwxr-xr-x 9 root root 180 May 7 19:21 ../ lrwxrwxrwx...

Saw your comment over on HN. Not sure if this will help at all, but here's how I'm configuring all of my ZFS based mirrored systems: ``` boot = {...