feat: adding the asahi configuration
This commit is contained in:
parent
56cfb5d7b0
commit
7609e5bf35
22 changed files with 8986 additions and 0 deletions
|
|
@ -22,5 +22,11 @@
|
|||
./hosts/fix/configuration.nix
|
||||
];
|
||||
};
|
||||
nixosConfigurations."nixos-asahi" = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
./hosts/asahi/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue