summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-05-18 22:22:47 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-05-18 22:22:47 +0200
commit309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc (patch)
treeba3e57543b9c1bf111f98b55367db3eccad9e3cd /etc
parentgentoo (diff)
downloadn-master.tar
n-master.tar.gz
n-master.tar.bz2
n-master.tar.lz
n-master.tar.xz
n-master.tar.zst
n-master.zip
Diffstat (limited to 'etc')
-rw-r--r--etc/portage/make.conf3
-rw-r--r--etc/portage/package.accept_keywords/conf4
-rw-r--r--etc/sysctl.d/local.conf4
3 files changed, 9 insertions, 2 deletions
diff --git a/etc/portage/make.conf b/etc/portage/make.conf
index dfc03eb..55deb88 100644
--- a/etc/portage/make.conf
+++ b/etc/portage/make.conf
@@ -75,6 +75,7 @@ USE="$USE hpijs" # za hplip
USE="$USE jmol" # za sage math
USE="$USE terminal" # za vim
USE="$USE nano" # za newlib
+USE="$USE -openpgl" # za blender
UWSGI_PLUGINS="pam"
NGINX_MODULES_HTTP="$NGINX_MODULES_HTTP addition auth_ldap auth_pam auth_request brotli dav dav_ext echo fancyindex flv gunzip gzip_static headers_more image_filter javascript memc metrics mp4 push_stream random_index realip secure_link sticky stub_status sub upload_progress vhost_traffic_status xslt gzip userid ssi uwsgi slice security rewrite referer proxy perl map limit_req limit_conn fastcgi empty_gif charset browser autoindex access auth_basic"
NGINX_MODULES_STREAM="$NGINX_MODULES_STREAM map realip return ssl_preread limit_conn javascript access"
@@ -82,7 +83,7 @@ NGINX_MODULES_STREAM="$NGINX_MODULES_STREAM map realip return ssl_preread limit_
CALLIGRA_FEATURES="stage words sheets"
PALEMOON_ENABLE_UNSUPPORTED_COMPILERS=1 # uradno gcc 11 ni podprt
-ACCEPT_LICENSE="-* @BINARY-REDISTRIBUTABLE Kermit MPEG-4 android GIMPS Coherent-Graphics BOSL-1.1 SSPL-1"
+ACCEPT_LICENSE="-* @BINARY-REDISTRIBUTABLE Kermit MPEG-4 android GIMPS Coherent-Graphics BOSL-1.1 SSPL-1 Nyquist"
# default je @FREE
# L10N="sl"
diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf
index 4fe6a74..b1e36fe 100644
--- a/etc/portage/package.accept_keywords/conf
+++ b/etc/portage/package.accept_keywords/conf
@@ -81,3 +81,7 @@ net-wireless/sigdigger ~*
dev-python/snakemake ~*
net-irc/thelounge ~*
media-gfx/weasis-bin ~*
+sci-biology/dcm2niix ~*
+app-text/typst ~*
+media-sound/tenacity ~*
+app-misc/pup ~*
diff --git a/etc/sysctl.d/local.conf b/etc/sysctl.d/local.conf
index c43b2ce..f9f8434 100644
--- a/etc/sysctl.d/local.conf
+++ b/etc/sysctl.d/local.conf
@@ -1,2 +1,4 @@
-vm.swappiness = 60
+vm.swappiness = 0
net.ipv6.ip_nonlocal_bind = 1
+net.ipv6.conf.all.forwarding = 1
+net.ipv4.ip_forward = 1