diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-23 23:51:28 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-23 23:51:28 -0700 |
| commit | 8e7a341ab3032a9ef3a0e8c7d3f48e6e2363c7f4 (patch) | |
| tree | 17be6bb753f6eed65839671e5803920fb02b9100 /hosts/copenhagen | |
| parent | ce8797b336856c84a0b2a066163cc85244d5ea5b (diff) | |
Enable image server on copenhagen
Diffstat (limited to 'hosts/copenhagen')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index f1b1438..2b36664 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -65,6 +65,7 @@ }; }; web = { + images.enable = true; stargazers.enable = true; personal.enable = true; }; |