Install beets on Lewis

This commit is contained in:
Pim Kunis 2024-12-15 13:58:57 +01:00
parent 61da031e2b
commit 1d4ae7bd31

View file

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