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 {
|
orac = let system = "aarch64-linux"; in nixpkgs.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
inherit system;
|
||||||
|
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit
|
inherit
|
||||||
inputs
|
inputs
|
||||||
|
system
|
||||||
overlays
|
overlays
|
||||||
primaryUser
|
primaryUser
|
||||||
;
|
;
|
||||||
system = "aarch64-linux";
|
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./nixos/orac.nix # Your main homelab config
|
./nixos/orac.nix # Your main homelab config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue