navidrome
This commit is contained in:
parent
1408470a53
commit
28dc0896b9
16 changed files with 969 additions and 171 deletions
|
|
@ -84,6 +84,8 @@ in
|
|||
# https://github.com/NixOS/nixpkgs/issues/361592 needed for run0
|
||||
security.pam.services.systemd-run0 = { };
|
||||
|
||||
# services.ssh.knownHosts = lib.mapAttrs' (n: v: lib.nameValuePair v.deployment.targetHost { publicKey = v.})
|
||||
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
initLua = pkgs.writeText "yazi-init.lua" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue