conf/editors/eclipse/gnunet_codingstyle.xml \
conf/gnunet/no_forcestart.conf \
conf/gnunet/no_autostart_above_core.conf \
+ conf/gnunet/gnunet-system.conf \
+ conf/gnunet/gnunet-user.conf \
conf/nss/nssswitch.conf \
conf/wireshark/wireshark.lua \
packages/nix/default.nix \
--- /dev/null
+# Sample configuration file to be installed in /etc/gnunet.conf
+# for a multi-user GNUnet setup. This is then the configuration
+# for the system-wide "gnunet" user.
+[arm]
+SYSTEM_ONLY = YES
+USER_ONLY = NO
+
--- /dev/null
+# Sample configuration for $HOME/.config/gnunet.conf in
+# a multi-user setup. This configuration should be installed
+# in the $HOME directory of each normal user (and in
+# /etc/skel/).
+[arm]
+SYSTEM_ONLY = NO
+USER_ONLY = YES
+