]> Untitled Git - awful.systems.git/blob - hosts/more/configuration.nix
add flakified lemmy (0.14.4) and sneer-archive
[awful.systems.git] / hosts / more / configuration.nix
1 { pkgs, ... }:
2
3 {
4   imports = [
5     ../../hardware/hetzner-cloud/cpx31.nix
6     ../../secrets
7     ../../lemmy/prod
8     ../../git/proxy-pass.nix
9     ../../sneer-archive/proxy-pass.nix
10     ../../maint-mode
11   ];
12
13   networking.hostName = "more";
14 }