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" = {