diff options
| author | Mel <einebeere@gmail.com> | 2024-12-30 17:23:50 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-30 17:23:50 +0100 |
| commit | 05761d7504d114d8d5ad5a69a54eb66da91eec04 (patch) | |
| tree | b92551c57e8098cf75a2f6fb0209d618e178fb3c /configuration/vm/default.nix | |
| parent | cee0ef5f36f3c098dc65f863cdbf30a6e092935d (diff) | |
| download | specimen-05761d7504d114d8d5ad5a69a54eb66da91eec04.tar.zst specimen-05761d7504d114d8d5ad5a69a54eb66da91eec04.zip | |
Add initial LXC Incus configuration, with cloud-init preseed
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'configuration/vm/default.nix')
| -rw-r--r-- | configuration/vm/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configuration/vm/default.nix b/configuration/vm/default.nix new file mode 100644 index 0000000..5599639 --- /dev/null +++ b/configuration/vm/default.nix @@ -0,0 +1,7 @@ +{ ... }: + +{ + imports = [ + ./incus.nix + ]; +} |
