Install beets on Lewis
This commit is contained in:
parent
61da031e2b
commit
1d4ae7bd31
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue