mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add second entry point to tungsten configuration
This commit is contained in:
parent
3f9663ea00
commit
4f1c2441ec
2 changed files with 201 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue