]> Untitled Git - awful.systems.git/blob - hosts/these/configuration.nix
284615d082aa5566be1ba3a4d8db6ac1350be62a
[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 }