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

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