From eefbe7a7f37bebbf82611ed0c48ee32a44d8f308 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 23 Jan 2026 08:56:02 -0800 Subject: don't run samba on rivendell --- machines/rivendell.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'machines/rivendell.nix') diff --git a/machines/rivendell.nix b/machines/rivendell.nix index 32ec964..d697734 100644 --- a/machines/rivendell.nix +++ b/machines/rivendell.nix @@ -2,6 +2,7 @@ adminUser, lib, config, + pkgs, ... }: { @@ -47,7 +48,6 @@ ../profiles/remote-unlock.nix ../profiles/restic-backup.nix ../profiles/server.nix - ../profiles/storage-media.nix ../profiles/users/admin-user.nix ../profiles/users/builder.nix ../profiles/users/home-manager.nix @@ -83,5 +83,11 @@ imports = [ ../home/profiles/minimal.nix ]; + home.packages = with pkgs; [ + ffmpeg + imagemagick + makemkv + mkvtoolnix-cli + ]; }; } -- cgit v1.2.3