]> Untitled Git - awful.systems.git/blob - hosts/more/configuration.nix
add "more" host to awful.systems cluster
[awful.systems.git] / hosts / more / configuration.nix
1 { pkgs, ... }:
2
3 {
4   imports = [
5     ../../hardware/hetzner-cloud/cpx31.nix
6     ../../secrets
7     ../../maint-mode
8   ];
9
10   networking.hostName = "more";
11 }