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