Use fqdn for host directory in non-critical-infra
This makes setting deployment.targetHost obsolete once DNS is live.
Martin Weinelt committed
Sep 12, 2023 at 16:40 UTC
8aafae0b43bd8edaec20265254a6472ddc0bab5d
3 files changed
-6
non-critical-infra/hosts/caliban.nixos.org/default.nix
renamed
-6
@@ -9,12 +9,6 @@
9
../../modules/first-time-contribution-tagger.nix
10
];
11
12
-
13
- deployment = {
14
- targetHost = "65.109.26.213";
15
- targetUser = "root";
16
- };
17
-
12
# Bootloader.
13
boot.loader.grub.enable = true;
14
boot.supportedFilesystems = [ "zfs" ];