Remove dead goaccess configuration code
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user