feat: Gluster update and waybar fix

This commit is contained in:
Kyle Brown 2023-12-21 18:45:40 -08:00
parent 49f7a9acc1
commit eb04460463
6 changed files with 23 additions and 1 deletions

View file

@ -11,6 +11,11 @@
};
systemd.mounts = [
{
type = "glusterfs";
what = "morbo:/p3600";
where = "/mnt/gp3600";
}
{
type = "glusterfs";
what = "morbo:/docker";

View file

@ -10,6 +10,10 @@
};
systemd.automounts = [
{
wantedBy = ["multi-user.target"];
where = "/mnt/gp3600";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/gdocker";

View file

@ -11,6 +11,11 @@
};
systemd.mounts = [
{
type = "glusterfs";
what = "127.0.0.1:/p3600";
where = "/mnt/gp3600";
}
{
type = "glusterfs";
what = "127.0.0.1:/docker";

View file

@ -58,6 +58,7 @@
screen # multiplexer
unzip # sometimes 7z ain't gonna cut it
killall # rip processes
magic-wormhole # p2p send one off files
# tui apps
#ncdu_2

View file

@ -1,6 +1,10 @@
{pkgs, ...}: {
programs.mangohud.enable = true;
home.packages = with pkgs; [
yuzu-mainline
];
# Desktop entry for steam gamescope
xdg.desktopEntries.gamescope = {
name = "Steam Gamescope";

View file

@ -7,7 +7,7 @@
}: let
networkInterface.eth =
if osConfig.networking.hostName == "planex"
then "enp2s0f0"
then "enp6s0f0"
else if osConfig.networking.hostName == "amy"
then "wlp2s0"
else "";
@ -23,6 +23,9 @@
in {
programs.waybar = {
enable = true;
package = pkgs.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
});
settings = {
mainBar = {