From 6d37fd27fcd617122dd5cf1877796eaa42073adf Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 23 Dec 2023 11:20:25 -0500 Subject: [PATCH] keylime: what if it actually worked --- nixos/hosts/keylime/.target | 1 + nixos/templates/proxmox-lxc.nix | 1 + 2 files changed, 2 insertions(+) create mode 100644 nixos/hosts/keylime/.target diff --git a/nixos/hosts/keylime/.target b/nixos/hosts/keylime/.target new file mode 100644 index 0000000..f124b3b --- /dev/null +++ b/nixos/hosts/keylime/.target @@ -0,0 +1 @@ +192.168.1.99 diff --git a/nixos/templates/proxmox-lxc.nix b/nixos/templates/proxmox-lxc.nix index 3552079..0742e06 100644 --- a/nixos/templates/proxmox-lxc.nix +++ b/nixos/templates/proxmox-lxc.nix @@ -11,6 +11,7 @@ environment.systemPackages = with pkgs; [ bashInteractive + git # necessary for bootstrapping ]; systemd.services."getty@tty1" = {