diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-23 08:56:02 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-23 08:56:02 -0800 |
| commit | eefbe7a7f37bebbf82611ed0c48ee32a44d8f308 (patch) | |
| tree | ed8b952a0744ffc848dbd21549eb1ba13e25eb97 /machines | |
| parent | re-configure bree as the remote builder for now (diff) | |
| download | infra-eefbe7a7f37bebbf82611ed0c48ee32a44d8f308.tar.gz | |
don't run samba on rivendell
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/rivendell.nix | 8 |
1 files changed, 7 insertions, 1 deletions
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 + ]; }; } |
