]> Untitled Git - awful.systems.git/blob - hosts/these/configuration.nix
add a basic maintenance mode module
[awful.systems.git] / hosts / these / configuration.nix
1 { pkgs, ... }:
2 {
3   imports = [
4     ../../hardware/hetzner-cloud/cp21.nix
5     ../../secrets
6     ../../pass
7     ../../lemmy
8     ../../git
9   ];
10
11   networking.hostName = "these";
12 }