feat: Added stuff

This commit is contained in:
uttarayan21
2025-07-18 17:06:37 +05:30
parent 214c6e5d92
commit 412ebf98f0
11 changed files with 50 additions and 16 deletions

View File

@@ -17,11 +17,13 @@
auto-optimise-store = true;
extra-experimental-features = "nix-command flakes auto-allocate-uids";
trusted-users = ["root" "remotebuilder" device.user];
substituters = [
trusted-substituters = [
"https://nix-community.cachix.org"
"https://nixos-raspberrypi.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
];
};
extraOptions = ''

View File

@@ -9,5 +9,6 @@
./homeassistant.nix
# ./dnscrypt.nix
./resolved.nix
./flaresolverr.nix
];
}

View File

@@ -0,0 +1,7 @@
{...}: {
services = {
flaresolverr = {
enable = true;
};
};
}