diff options
Diffstat (limited to 'profiles/host-lipwig')
-rw-r--r-- | profiles/host-lipwig/eapi | 1 | ||||
-rw-r--r-- | profiles/host-lipwig/make.defaults | 9 | ||||
-rw-r--r-- | profiles/host-lipwig/package.use | 7 | ||||
-rw-r--r-- | profiles/host-lipwig/packages | 30 | ||||
-rw-r--r-- | profiles/host-lipwig/parent | 3 |
5 files changed, 50 insertions, 0 deletions
diff --git a/profiles/host-lipwig/eapi b/profiles/host-lipwig/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-lipwig/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-lipwig/make.defaults b/profiles/host-lipwig/make.defaults new file mode 100644 index 0000000..7af7632 --- /dev/null +++ b/profiles/host-lipwig/make.defaults @@ -0,0 +1,9 @@ +# vim:ft=gentoo-make-conf +USE="$USE -udev suid" +CPU_FLAGS_X86="aes avx mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" + +GENTOO_MIRRORS="https://mirror.vpsfree.cz/gentoo/ http://ftp.fi.muni.cz/pub/linux/gentoo/" + +MAKEOPTS="-j6" +L10N="en" +LINGUAS="en" diff --git a/profiles/host-lipwig/package.use b/profiles/host-lipwig/package.use new file mode 100644 index 0000000..fb346cc --- /dev/null +++ b/profiles/host-lipwig/package.use @@ -0,0 +1,7 @@ +net-libs/gnutls tools + +# Webserver +www-servers/nginx vim-syntax + +# For laminar +dev-cpp/websocketpp boost diff --git a/profiles/host-lipwig/packages b/profiles/host-lipwig/packages new file mode 100644 index 0000000..7ca5c75 --- /dev/null +++ b/profiles/host-lipwig/packages @@ -0,0 +1,30 @@ +# Network +net-misc/netifrc +net-vpn/openvpn +net-vpn/wireguard-tools + +# Webserver +www-servers/nginx +app-crypt/certbot-nginx +# Radicale (CalDAV/CardDAV server) +www-apps/radicale +app-admin/apache-tools +dev-python/passlib +# Grafana and InfluxDB +www-apps/grafana-bin +dev-db/influxdb + +# TaskWarrior server +app-misc/taskd +# Synchronization +net-p2p/syncthing-conf + +# Build +dev-util/laminar + +# DNS +net-dns/knot + +# Mail +mail-mta/postfix +mail-filter/spamassassin diff --git a/profiles/host-lipwig/parent b/profiles/host-lipwig/parent new file mode 100644 index 0000000..c233a6c --- /dev/null +++ b/profiles/host-lipwig/parent @@ -0,0 +1,3 @@ +gentoo:default/linux/amd64/17.0 +../base +../compile/openwrt |