mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
hydrogen: init (#20)
Reviewed-on: https://codeberg.org/leana8959/.files/pulls/20 Co-authored-by: Léana 江 <leana.jiang+git@icloud.com> Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
This commit is contained in:
parent
a1024668db
commit
006798d917
31 changed files with 481 additions and 141 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