mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
update flake for new layout to allow module imports per host;
This commit is contained in:
parent
637395bcc4
commit
ede366094d
1 changed files with 13 additions and 0 deletions
13
flake.nix
13
flake.nix
|
|
@ -16,6 +16,19 @@
|
|||
...
|
||||
} @ inputs: {
|
||||
nixosConfigurations = {
|
||||
Parzival = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
pkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
./hosts/Parzival
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
};
|
||||
Parzival-Mobile = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue