fix: flipflop
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2025-02-20 23:21:11 -06:00
parent e479f913fa
commit 79c4d55f62

View file

@ -8,7 +8,10 @@
}: }:
{ {
system.stateVersion = "24.11"; system.stateVersion = "24.11";
networking.hostName = "flipflop"; networking = {
hostName = "flipflop";
wifi.enable = true;
};
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
@ -87,25 +90,23 @@
common-pc-ssd common-pc-ssd
]; ];
services.power-profiles-daemon = { lyte.desktop.enable = true;
enable = true; home-manager.users.daniel = {
}; lyte.shell.enable = true;
lyte.desktop.enable = true;
networking = { home = {
firewall = stateVersion = "24.11";
let file.".config/easyeffects/output" = {
terraria = 7777; enable = true;
stardew-valley = 24642; source = fetchGit {
in url = "https://github.com/ceiphr/ee-framework-presets";
{ rev = "27885fe00c97da7c441358c7ece7846722fd12fa";
allowedTCPPorts = [ };
terraria
stardew-valley
];
allowedUDPPorts = [
terraria
stardew-valley
];
}; };
};
services.easyeffects = {
enable = true;
preset = "philonmetal";
};
}; };
} }