diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-06-21 13:18:11 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-06-21 13:18:11 -0700 |
commit | 42951df89da73eb53959fde02014e8a63d56065e (patch) | |
tree | 46d4f06401eeba7662ecc7837f4827e86041aaeb /home/root/kaitain.nix | |
parent | 89867e408dec0c3a48bbbaec2173ee8d140f2adc (diff) | |
download | nix-42951df89da73eb53959fde02014e8a63d56065e.tar nix-42951df89da73eb53959fde02014e8a63d56065e.tar.gz nix-42951df89da73eb53959fde02014e8a63d56065e.tar.bz2 nix-42951df89da73eb53959fde02014e8a63d56065e.tar.lz nix-42951df89da73eb53959fde02014e8a63d56065e.tar.xz nix-42951df89da73eb53959fde02014e8a63d56065e.tar.zst nix-42951df89da73eb53959fde02014e8a63d56065e.zip |
Add new Virtualbox VM kaitain
Diffstat (limited to '')
-rw-r--r-- | home/root/kaitain.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 + ]; +} |