mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
feat: add host solaris
This commit is contained in:
parent
705acb97e7
commit
762da3a0b3
1 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,12 @@
|
|||
# };
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
solaris = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/solaris/default.nix
|
||||
];
|
||||
};
|
||||
tatara = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue