Remove dead goaccess configuration code

This commit is contained in:
2022-12-31 00:25:03 +00:00
parent 3561027ca5
commit 4b716ae5ed
2 changed files with 0 additions and 58 deletions

View File

@@ -2,7 +2,6 @@
imports = [
./hardware-configuration.nix
./networking.nix # generated at runtime by nixos-infect
./goaccess.nix
];
nix = {
@@ -31,14 +30,6 @@
users.groups.www = {};
services.nginx.group = "www";
services.goaccess = {
enable = false;
user = "goaccess";
group = "www";
dir = "/var/www/goaccess";
host = "dash.danilafe.com";
};
services.danilafe-blog = {
enable = true;
challengePath = "/var/www/challenges";