setting up media server

This commit is contained in:
Matt Nish-Lapidus 2025-03-10 14:28:01 -04:00
parent 21051ae8fe
commit 7a1ace60d4
2 changed files with 4 additions and 1 deletions

View file

@ -186,8 +186,10 @@
}; };
}; };
modules = [ modules = [
home-manager.nixosModules.home-manager
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
inputs.nixarr.nixosModules.default inputs.nixarr.nixosModules.default
./hosts/media-server/configuration.nix ./hosts/media-server/configuration.nix
{ {

View file

@ -8,6 +8,8 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
cifs-utils cifs-utils
plex
beets
]; ];
username = "media"; username = "media";
@ -24,7 +26,6 @@
programs = { programs = {
home-manager.enable = true; home-manager.enable = true;
pandoc.enable = true;
password-store.enable = true; password-store.enable = true;
git = { git = {