From 42951df89da73eb53959fde02014e8a63d56065e Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 21 Jun 2024 13:18:11 -0700 Subject: Add new Virtualbox VM kaitain --- home/nipsy/kaitain.nix | 19 +++++++++++++++++++ home/root/kaitain.nix | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 home/nipsy/kaitain.nix create mode 100644 home/root/kaitain.nix (limited to 'home') diff --git a/home/nipsy/kaitain.nix b/home/nipsy/kaitain.nix new file mode 100644 index 0000000..41f0d21 --- /dev/null +++ b/home/nipsy/kaitain.nix @@ -0,0 +1,19 @@ +{ inputs, lib, pkgs, config, outputs, ... }: +{ + imports = [ + common/core + common/optional/desktops + ]; + + home.file.".ansible.cfg".text = '' + [defaults] + forks=5 + timeout=600 + + [ssh_connection] + ssh_args=-o BatchMode=yes -o ControlMaster=auto -o ControlPersist=8h -o Compression=yes + control_path=/dev/shm/%%C + control_path_dir=/dev/shm + pipelining=True + ''; +} diff --git a/home/root/kaitain.nix b/home/root/kaitain.nix new file mode 100644 index 0000000..83c92cd --- /dev/null +++ b/home/root/kaitain.nix @@ -0,0 +1,6 @@ +{ inputs, lib, pkgs, config, outputs, ... }: +{ + imports = [ + common/core + ]; +} -- cgit v1.2.3