mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
carbon: +url-eater
This commit is contained in:
parent
82506ea444
commit
bec6eba403
4 changed files with 97 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ let
|
|||
name = "named-" + name;
|
||||
value.imports = [
|
||||
inputs.agenix.nixosModules.default
|
||||
inputs.url-eater.nixosModules.default
|
||||
|
||||
self.nixosModules.sharedModules
|
||||
self.nixosModules.commonModules
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.agenix
|
||||
pkgs.deploy-rs
|
||||
|
|
@ -25,4 +27,14 @@
|
|||
"docker"
|
||||
"vboxusers"
|
||||
];
|
||||
|
||||
services.url-eater = {
|
||||
enable = true;
|
||||
filters = ''
|
||||
category "Spotify" {
|
||||
params "context@open.spotify.com" "si@open.spotify.com"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue