diff --git a/machines/lewis/configuration.nix b/machines/lewis/configuration.nix index ea6231b..fc069bf 100644 --- a/machines/lewis/configuration.nix +++ b/machines/lewis/configuration.nix @@ -1,6 +1,7 @@ { self, config, + pkgs, ... }: { config = { @@ -8,6 +9,7 @@ system.stateVersion = "23.05"; users.users.root.openssh.authorizedKeys.keys = config.pim.ssh.keys.pim ++ config.pim.ssh.keys.niels; sops.defaultSopsFile = "${self}/secrets/lewis/nixos.yaml"; + environment.systemPackages = [pkgs.beets]; deployment = { targetHost = "lewis";