Skip to content

Commit

Permalink
chore(services): remove unbound service
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhoenle committed Nov 13, 2024
1 parent 2a6f8bc commit bf9819c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
3 changes: 1 addition & 2 deletions hosts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
networking.hostName = "mandalore";

virtualisation.podman.enable = false;
#virtualisation.podman.enable = true;

ruben = {
paperless.enable = true;
Expand All @@ -22,7 +22,6 @@
services = {
minecraft-server.enable = false;
nginx.enable = false;
unbound.enable = false;
};

ruben.bk-nc-backup.enable = true;
Expand Down
1 change: 0 additions & 1 deletion services/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
./fileserver.nix
./gitserver.nix
./ssh.nix
./unbound.nix
./nginx.nix
./paperless.nix
./phone-rsync.nix
Expand Down
38 changes: 0 additions & 38 deletions services/unbound.nix

This file was deleted.

0 comments on commit bf9819c

Please sign in to comment.