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