nixos: Add librespeed
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 22m56s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 22m56s
This commit is contained in:
@@ -480,6 +480,9 @@ in
|
||||
(mkIf config.services.tailscale.enable {
|
||||
my.tmproot.persistence.config.directories = [ "/var/lib/tailscale" ];
|
||||
})
|
||||
(mkIf config.my.librespeed.backend.enable {
|
||||
my.tmproot.persistence.config.directories = [ "/var/lib/librespeed-go" ];
|
||||
})
|
||||
]))
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user