]> Untitled Git - awful.systems.git/blob - hosts/these/configuration.nix
86e11e009e59252ad5c914dbd575f1a398f790aa
[awful.systems.git] / hosts / these / configuration.nix
1 { pkgs, ... }:
2
3 {
4   imports = [
5     ../../hardware/hetzner-cloud/cx21.nix
6     ../../secrets
7     ../../pass
8     #../../lemmy
9     ../../maint-mode
10     ../../git
11   ];
12
13   networking.hostName = "these";
14
15   awful.systems.maint-mode = {
16     enable = true;
17     virtualHost = "awful.systems";
18   };
19 }