Skip to content

Commit

Permalink
Merge branch 'feat/jellyfin-home'
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 6, 2024
2 parents 0073b31 + 96ca23f commit f9ab8c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
};
shellAliases = {
nix-gc = "sudo nix-collect-garbage --delete-older-than 28d";
nix-repair = "sudo nix-store --repair --verify --check-contents";
rebuild-home = "home-manager switch -b backup --flake $HOME/0xc/nixcfg";
rebuild-host = "sudo nixos-rebuild switch --flake $HOME/0xc/nixcfg";
rebuild-all = "nix-gc && rebuild-host && rebuild-home";
Expand Down
4 changes: 4 additions & 0 deletions nixos/workstation/glass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
motherboard = "amd";
package = pkgs.openrgb-with-all-plugins;
};
jellyfin = {
enable = true;
openFirewall = true;
};
};

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
Expand Down

0 comments on commit f9ab8c0

Please sign in to comment.