mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
hydrogen: init
This commit is contained in:
parent
16a1666570
commit
a00bdb82be
10 changed files with 555 additions and 1 deletions
|
|
@ -8,6 +8,10 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [./nix/configurations/vanadium.nix];
|
||||
};
|
||||
hydrogen = {
|
||||
system = "aarch64-linux";
|
||||
modules = [./nix/configurations/hydrogen.nix];
|
||||
};
|
||||
installer = {
|
||||
system = "x86_64-linux";
|
||||
modules = [./nix/configurations/installer.nix];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue