diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-22 13:28:26 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-22 13:28:26 -0700 |
| commit | f1504f98a769c133ea21c0f9e4d852a70638aae7 (patch) | |
| tree | c78d47b16fd193fa526d646b2278916795dcc355 /hosts/copenhagen/configuration.nix | |
| parent | 26bb823094ace5e61d2e2742c89ce735cc80fb70 (diff) | |
Enable stargazers webserver
Diffstat (limited to 'hosts/copenhagen/configuration.nix')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 72bc06c..de42fcd 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -55,7 +55,7 @@ }; }; web = { - stargazers.enable = false; + stargazers.enable = true; personal.enable = true; }; }; |