Re: Gaming desktop hardware + 802.11 ac wifi

2019-01-07 Thread nly
>AMD RX 580 seems to be an excellent performance/cost choice, considering the 560 seems to be buggy on Linux. I have RX570, it won`t work at all, nada, without the blobs. On January 7, 2019 3:01:16 PM UTC, Joshua Branson wrote: >Ricardo Wurmus writes: > >> Hi Pierre, >> >>> How are AMD graphics

Re: Gaming desktop hardware + 802.11 ac wifi

2019-01-07 Thread nly
>I have RX570, it won`t work at all, nada, without the blobs. I think I meant no 3d acceleration. I am very stupid in this topic though. On January 7, 2019 3:07:52 PM UTC, nly wrote: >>AMD RX 580 seems to be an excellent performance/cost choice, >considering the 560 seems to be bu

Re: User-Level services

2019-02-09 Thread nly
>I would love to see something closer to an event triggered service than >forking once and forgetting. You can use shepherd and herd commands (without sudo). For example: $ shepherd [-c config.scm] $ herd status Then configure your `config.scm` as you like. As a default shepherd will use `$XDG_C

Re: custom service definition files location

2019-02-17 Thread nly
Guix system is declared in 1 file. The file may be 'config.scm',or 'xyz.scm', or even 'foo.bar'. It is not automatically detected by 'guix system' commands(you might be thinking of nix). It is supplied as a command-line argument with the 'guix system' commands. Check 'guix system --help'. On

Adding Services

2019-05-08 Thread nly
I imagine a user(me) would do: (service (oddmuse-service-type (oddmuse-configuration (inherit %oddmuse-configuration) (root "blah") (... Is this alright? Oddmuse package is in (gnu packages web) I am missing the service extensions, (i don't get what

How to use gexps in builds?

2019-05-08 Thread nly
... (build-system trivial-build-system) `(#:modules ((guix gexp)) #:builder (gexp->derivation "gnumake" #~(begin (mkdir #$output) (chdir #$output) (symlink #$g