mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-02 06:54:49 +02:00
more configuration for buldak
This commit is contained in:
parent
c3e41e3f2e
commit
45df03aec8
4 changed files with 10 additions and 3 deletions
|
@ -144,7 +144,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
buldak = nixpkgs.lib.nixosSystem {
|
||||
buldak = nixpkgsUnstable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = specialArgs;
|
||||
modules = [
|
||||
|
@ -161,8 +161,9 @@
|
|||
inputs.miovim.packages.${system}.default
|
||||
];
|
||||
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
};
|
||||
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue