commit 3146a0bd53cd8c78254a591799d1e23141542b36 Author: plasmagoat Date: Sat Jun 7 21:24:53 2025 +0200 Initial commit 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