mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
chore: also add flora to flake.nix
This commit is contained in:
parent
e839be72eb
commit
5450dca4bc
1 changed files with 11 additions and 0 deletions
11
flake.nix
11
flake.nix
|
|
@ -237,6 +237,17 @@
|
|||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
flora = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
(import ./hosts/flora)
|
||||
];
|
||||
specialArgs = {
|
||||
host = "flora";
|
||||
system = "x86_64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue