Skip to content

Commit

Permalink
chore!(server/vkreborn): remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Nov 16, 2024
1 parent e442e78 commit 9030c4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
8 changes: 0 additions & 8 deletions hosts/cloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
};

misc = {
vkreborn = {
enable = true;
env = ./secrets/vkreborn;

dbPath = "/home/user/vkrdb";
dbEnv = ./secrets/vkrdb;
};

torrserver = {
enable = true;
expose = true;
Expand Down
5 changes: 2 additions & 3 deletions modules/server/misc/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{ lib, config, ... }:
{ lib, ... }:
let
inherit (lib) mkOption mkEnableOption types;
inherit (lib) mkEnableOption;
in {
options.modules.server.misc.enable = mkEnableOption "other services";

imports = [
./vkreborn
./torrserver
];
}
44 changes: 0 additions & 44 deletions modules/server/misc/vkreborn/default.nix

This file was deleted.

0 comments on commit 9030c4b

Please sign in to comment.