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;
home-manager.users.daniel = {
lyte.shell.enable = true;
lyte.desktop.enable = true;
home = {
stateVersion = "24.11";
file.".config/easyeffects/output" = {
enable = true; enable = true;
source = fetchGit {
url = "https://github.com/ceiphr/ee-framework-presets";
rev = "27885fe00c97da7c441358c7ece7846722fd12fa";
}; };
};
networking = { };
firewall = services.easyeffects = {
let enable = true;
terraria = 7777; preset = "philonmetal";
stardew-valley = 24642;
in
{
allowedTCPPorts = [
terraria
stardew-valley
];
allowedUDPPorts = [
terraria
stardew-valley
];
}; };
}; };
} }