all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Changing permissions of files created with simple-service etc-service-type
@ 2022-02-11 11:25 Josua Stingelin
  2022-02-14 21:48 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Josua Stingelin @ 2022-02-11 11:25 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

Hei Guix!

I've been a long time follower of your distribution. In my humble opinion guix
has the most promising configuration system out there!

I'm trying to set up a guix configuration for my laptop. After playing around
with it for a while I figured now is a great time to get some help.

How do I change the permissions of a configuration file?

For example I'm used to running wpa_supplicant with a configuration file that
I'm copying from machine to machine to keep connected to all my favorite
wireless networks.

I'm using the etc-service-type of the simple-service to copy the file. Which
works great. But sadly grants read-access to everyone. I'd prefer it only be
readable by root.

  (simple-service 'wpasupplicantconf-service
                  etc-service-type
                  `(("wpa_supplicant.conf",
                     (local-file "wpa_supplicant.conf"))))

  $ ls -l /etc/wpa_supplicant.conf
  -r--r--r-- 1 root root 2.3K Feb 11 11:39 /etc/wpa_supplicant.conf

How can I achieve that?


Kind Regards,
Josua a.k.a Joshua/Josh

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-16 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 11:25 Changing permissions of files created with simple-service etc-service-type Josua Stingelin
2022-02-14 21:48 ` Ludovic Courtès
2022-02-16 15:41   ` Josua Stingelin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.