mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 13:17:01 -04:00
add qbit
This commit is contained in:
parent
d55c93bfaf
commit
2f2b116890
4 changed files with 70 additions and 0 deletions
23
common/users/docker/qbit/default.nix
Normal file
23
common/users/docker/qbit/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../homeModules/sops.nix
|
||||
];
|
||||
home = {
|
||||
file = {
|
||||
qbit_compose = {
|
||||
source = ./docker-compose.yal;
|
||||
target = "./src/qbit/docker-compose.yml";
|
||||
};
|
||||
};
|
||||
};
|
||||
sops = {
|
||||
secrets = {
|
||||
gluetun_env = {
|
||||
format = "dotenv";
|
||||
sopsFile = ./gluetun.env;
|
||||
path = "/home/${config.home.username}/src/qbit/gluetun.env";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue