mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
orac flake
This commit is contained in:
parent
96bc1bfa23
commit
0c90a092a9
1 changed files with 3 additions and 4 deletions
|
|
@ -120,16 +120,15 @@
|
|||
];
|
||||
};
|
||||
|
||||
orac = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
|
||||
orac = let system = "aarch64-linux"; in nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
inherit
|
||||
inputs
|
||||
system
|
||||
overlays
|
||||
primaryUser
|
||||
;
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
modules = [
|
||||
./nixos/orac.nix # Your main homelab config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue