power saving, starr, jelly, akkoma

This commit is contained in:
Daniel Kauss Serna 2026-03-20 13:59:08 +01:00
parent 8f6d63909a
commit a0d19a672e
20 changed files with 439 additions and 22 deletions

View file

@ -4,15 +4,25 @@
imports = [
./hardware-configuration.nix
./system.nix
./power.nix
./services/caddy.nix
./services/status.nix
./services/wireguard.nix
./services/qbittorrent.nix
./services/starr.nix
./services/jelly.nix
./services/immich.nix
./services/vaultwarden.nix
./services/forgejo.nix
./services/fedi.nix
];
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 ];
allowedTCPPorts = [ 22 80 443 8888 ];
};
systemd.tmpfiles.rules = [
@ -22,6 +32,8 @@
environment.systemPackages = with pkgs; [
neovim
git
htop
inetutils
];
environment.shellAliases = {