Update
This commit is contained in:
parent
3864e34ffd
commit
479a630642
6 changed files with 69 additions and 66 deletions
|
|
@ -112,6 +112,7 @@ in {
|
|||
custom.impermanence = enabled;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
quickemu
|
||||
ente-cli
|
||||
tmux
|
||||
icloudpd
|
||||
|
|
@ -128,6 +129,13 @@ in {
|
|||
"rtw89_8852ce"
|
||||
];
|
||||
|
||||
programs.virt-manager.enable = false;
|
||||
|
||||
users.groups.libvirtd.members = ["kylekrein"];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
|
||||
custom.users.kylekrein = {
|
||||
enable = true;
|
||||
config = {};
|
||||
|
|
|
|||
|
|
@ -73,4 +73,5 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
fileSystems."/var/lib".neededForBoot = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
virtualisation.oci-containers.containers.aliasvault = {
|
||||
image = "ghcr.io/aliasvault/aliasvault:0.25.3";
|
||||
image = "ghcr.io/aliasvault/aliasvault:0.26.6";
|
||||
autoStart = true;
|
||||
|
||||
ports = [
|
||||
|
|
|
|||
|
|
@ -4,15 +4,8 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
systemd.services.navidrome.serviceConfig.ExecStart = with lib; let
|
||||
cfg = config.services.navidrome;
|
||||
settingsFormat = pkgs.formats.toml {};
|
||||
in
|
||||
mkForce ''
|
||||
${pkgs.bash}/bin/bash -c "${getExe cfg.package} --configfile '${settingsFormat.generate "navidrome.toml" cfg.settings}'"
|
||||
'';
|
||||
services.navidrome = {
|
||||
enable = true;
|
||||
enable = false; #doesnt build 24.02.2026
|
||||
settings = {
|
||||
Scanner.Schedule = "@every 24h";
|
||||
MusicFolder = "/zstorage/media/music";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue