From 3146a0bd53cd8c78254a591799d1e23141542b36 Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Sat, 7 Jun 2025 21:24:53 +0200 Subject: [PATCH] Initial commit --- .gitignore | 11 +++++++++++ README.md | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..261fa7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv + +# ---> Ansible +*.retry + diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a23008 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# nixos-base-image + +Base image for NixOS VM building on proxmox \ No newline at end of file