]> Untitled Git - awful.systems.git/blob - hosts/more/configuration.nix
swap lemmy deployment from these to more
[awful.systems.git] / hosts / more / configuration.nix
1 { pkgs, ... }:
2
3 {
4   imports = [
5     ../../hardware/hetzner-cloud/cpx31.nix
6     ../../secrets
7     ../../lemmy
8     ../../git/proxy-pass.nix
9     ../../maint-mode
10   ];
11
12   networking.hostName = "more";
13 }