# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { depot, lib, pkgs, rebuilder, config, ... }: let inherit (depot.ops) secrets; in { imports = [ ../lib/blade.nix ]; boot.loader.grub.device = "/dev/disk/by-id/usb-USB_SanDisk_3.2Gen1_01011cbe2d1b827aedae2d5668fecf2a2dbdab7d0ecc0416f6e7c5485ecec8f5e5870000000000000000000080ce63590095210091558107b6a8e55d-0:0"; # Networking! networking = { hostName = "blade-torres"; hostId = "86db1d9c"; interfaces.bond0.ipv4.addresses = [{ address = "192.168.1.185"; prefixLength = 24; }]; }; my.ip.tailscale = "100.92.118.36"; }