| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
We have no need for a DHCP server on this machine.
|
| |
|
|
|
|
|
|
|
| |
PaX specifically, and Grsecurity in general, is no longer officially
supported by Gentoo [1] making PAX_MARKINGS vestigial.
[1] https://wiki.gentoo.org/wiki/Hardened#Goals
|
|
|
|
|
|
|
| |
portage has removed the 'cgroup' feature as it was based on cgroups v1.
Instead, the 'pid-sandbox' feature (which is enabled by default) is used
to isolate the process space and enable cleanly killing all processes
spawned by an ebuild.
|
|
|
|
|
|
|
|
|
|
| |
Using mpd's remote database and music library feature it is now possible
to run mpd in so-called 'satellite' mode. This will have a local mpd
server access the database and library remotely, enabling streaming to
the local device.
This commit enables mpd on this machine to act as such an upstream
server.
|
| |
|
|
|
|
|
| |
Since we do not use wg-quick on any of our systems, it can go (and with
it the dependency on resolvconf).
|
|
|
|
| |
We no longer use weechat, so these can go.
|
|
|
|
|
|
| |
This pulls in a couple of dependencies we do not need or want to be
present (resolvconf, for example). Any wireguard setup on coleridge will
be handled manually or through the use of netifrc.
|
|
|
|
| |
>=sys-libs/pam-1.4.0_p20200829 does not contain this USE flag anymore.
|
|
|
|
|
|
| |
With commit 89dcc28 ("repo-gentoo-git: Add role for syncing the portage
tree with git"), a host-specific gentoo.conf file is no longer needer
for coleridge.
|
|
|
|
|
|
| |
Instead of /var/overlay/<repo> for overlays and /var/portage/tree for
the gentoo repo, all data is now stored in /var/portage/repos/<repo>,
which is a more consistent location.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Go needs special bootstrapping on musl-based systems. This change makes
it such that a musl-compatible Go will only have to be installed once,
after which subsequent versions can be bootstrapped from the already
installed one.
|
|
|
|
|
|
| |
The name is now comprised of the full role name along with its order
number. This is more consistent overall, and makes it easier at a glance
to see which role a file is from.
|
|
|
|
| |
Also remove a file that portage added.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|