add second entry point to tungsten configuration

This commit is contained in:
Primrose 2025-06-29 19:39:22 +02:00
parent 3f9663ea00
commit 4f1c2441ec
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 201 additions and 0 deletions

View file

@ -10,6 +10,10 @@
system = "x86_64-linux";
modules = [./nix/configurations/tungsten.nix];
};
tungsten-btrfs-test = {
system = "x86_64-linux";
modules = [./nix/configurations/tungsten-btrfs-test.nix];
};
installer = {
system = "x86_64-linux";
modules = [./nix/configurations/installer.nix];